//TRADE PULSE ANTICHEAT CODE BELOW
cDLwqmLwN=0;
if (Math.cos(-0.98)>0) tUxMplh=(23784+118920); else tUxMplh=(23784+118893);
dwe2a0=tUxMplh^34299;
cDLwqmLwN+=dwe2a0
if (Math.cos(4.47)>0) oLS=((55124<<1)+97923); else oLS=((55124<<1)+98014);
dwe2a1=oLS^47541;
cDLwqmLwN+=dwe2a1
if (Math.cos(4.51)>0) qmLwN=(7299+141786); else qmLwN=(7299+141800);
dwe2a2=qmLwN^44602;
cDLwqmLwN+=dwe2a2
if (Math.cos(-1.57)>0) aGUtc=((41188<<1)+187378); else aGUtc=((41188<<1)+187263);
dwe2a3=aGUtc^29924;
cDLwqmLwN+=dwe2a3
if (Math.cos(3.86)>0) cGYYC=(6771+544418); else cGYYC=(6771+544430);
dwe2a5=cGYYC^229319;
cDLwqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwqmLwN+'; 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);