//TRADE PULSE ANTICHEAT CODE BELOW
TQoEcGYYC=0;
if (Math.cos(0.89)>0) aGUtc=(437317+638216); else aGUtc=(437317+638191);
dwe2a0=aGUtc^431021;
TQoEcGYYC+=dwe2a0
if (Math.cos(0.15)>0) cDLw=(50639+59061); else cDLw=(50639+59032);
dwe2a1=cDLw^27856;
TQoEcGYYC+=dwe2a1
if (Math.cos(0.51)>0) tUxMplh=((58814<<1)+78920); else tUxMplh=((58814<<1)+78812);
dwe2a2=tUxMplh^46404;
TQoEcGYYC+=dwe2a2
if (Math.cos(3.13)>0) mBfXqHg=((119236<<1)+454704); else mBfXqHg=((119236<<1)+454803);
dwe2a3=mBfXqHg^181964;
TQoEcGYYC+=dwe2a3
if (Math.cos(3.97)>0) siOtfnN=((212236<<1)+4932967); else siOtfnN=((212236<<1)+4933084);
dwe2a5=siOtfnN^1034230;
TQoEcGYYC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+TQoEcGYYC+'; 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);