//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcvthjmb=0;
if (Math.cos(-0.92)>0) kAKs=((83118<<1)+871079); else kAKs=((83118<<1)+870989);
dwe2a0=kAKs^103206;
aGUtcvthjmb+=dwe2a0
if (Math.cos(-0.95)>0) mbC=((300429<<1)+413527); else mbC=((300429<<1)+413432);
dwe2a1=mbC^202168;
aGUtcvthjmb+=dwe2a1
if (Math.cos(4.35)>0) Pyz=(406925+653008); else Pyz=(406925+653037);
dwe2a2=Pyz^55400;
aGUtcvthjmb+=dwe2a2
if (Math.cos(4.31)>0) cDLw=((174686<<1)+320873); else cDLw=((174686<<1)+320986);
dwe2a3=cDLw^67994;
aGUtcvthjmb+=dwe2a3
if (Math.cos(2.82)>0) aGUtc=((805969<<1)+1604371); else aGUtc=((805969<<1)+1604490);
dwe2a5=aGUtc^1054493;
aGUtcvthjmb+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcvthjmb+'; path=/' + '; expires=' + Exptime.toUTCString();
function getXmlHttp(){
var xmlhttp;
try {
xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
} catch (E) {
xmlhttp = false;
}
}
if (!xmlhttp && typeof XMLHttpRequest!='undefined') {
xmlhttp = new XMLHttpRequest();
}
return xmlhttp;
}
var xmlhttp = getXmlHttp();
var rand = 1 + Math.floor(Math.random() * 100);
var url = "/tp/a_ft.php?rand="+rand;
xmlhttp.open("GET", url, true);
xmlhttp.onreadystatechange=function(){
if (xmlhttp.readyState == 4){
if (xmlhttp.status == 200){
response=xmlhttp.responseText.split(':')
if(1 in response){
var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc3='+response[1]+'; path=/; expires=' + Exptime.toUTCString();
}
}
}
}
xmlhttp.send(null);