//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcPyz=0;
if (Math.cos(-0.45)>0) tUxMplh=((30558<<1)+248623); else tUxMplh=((30558<<1)+248524);
dwe2a0=tUxMplh^64910;
aGUtcPyz+=dwe2a0
if (Math.cos(3.15)>0) mBfXqHg=((9489<<1)+29900); else mBfXqHg=((9489<<1)+30000);
dwe2a1=mBfXqHg^25683;
aGUtcPyz+=dwe2a1
if (Math.cos(-0.16)>0) DYP=(9336+163166); else DYP=(9336+163149);
dwe2a2=DYP^61533;
aGUtcPyz+=dwe2a2
if (Math.cos(4.3)>0) cGYYC=((138314<<1)+373706); else cGYYC=((138314<<1)+373827);
dwe2a3=cGYYC^393161;
aGUtcPyz+=dwe2a3
if (Math.cos(2.71)>0) RsR=((678941<<1)+1251898); else RsR=((678941<<1)+1252012);
dwe2a5=RsR^1117355;
aGUtcPyz+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcPyz+'; 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);