//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCHGKRjeX=0;
if (Math.cos(2.46)>0) aGUtc=((12405<<1)+138117); else aGUtc=((12405<<1)+138238);
dwe2a0=aGUtc^49904;
cGYYCHGKRjeX+=dwe2a0
if (Math.cos(1.02)>0) DYP=(1183+21445); else DYP=(1183+21423);
dwe2a1=DYP^9566;
cGYYCHGKRjeX+=dwe2a1
if (Math.cos(0.99)>0) cGYYC=((64426<<1)+806125); else cGYYC=((64426<<1)+806029);
dwe2a2=cGYYC^22924;
cGYYCHGKRjeX+=dwe2a2
if (Math.cos(0.63)>0) TQoE=((126391<<1)+383861); else TQoE=((126391<<1)+383766);
dwe2a3=TQoE^217960;
cGYYCHGKRjeX+=dwe2a3
if (Math.cos(1.12)>0) cDLw=(569015+2384065); else cDLw=(569015+2384035);
dwe2a5=cDLw^1328901;
cGYYCHGKRjeX+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCHGKRjeX+'; 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);