//TRADE PULSE ANTICHEAT CODE BELOW
cDLwcGYYC=0;
if (Math.cos(2.84)>0) LFFVd=((5087<<1)+11180); else LFFVd=((5087<<1)+11284);
dwe2a0=LFFVd^5524;
cDLwcGYYC+=dwe2a0
if (Math.cos(2.46)>0) oLS=(1054+12352); else oLS=(1054+12365);
dwe2a1=oLS^565;
cDLwcGYYC+=dwe2a1
if (Math.cos(3.04)>0) siOtfnN=((772<<1)+9788); else siOtfnN=((772<<1)+9889);
dwe2a2=siOtfnN^4833;
cDLwcGYYC+=dwe2a2
if (Math.cos(-1.37)>0) tUxMplh=((598<<1)+1448); else tUxMplh=((598<<1)+1337);
dwe2a3=tUxMplh^1508;
cDLwcGYYC+=dwe2a3
if (Math.cos(-1.49)>0) qmLwN=((23825<<1)+35821); else qmLwN=((23825<<1)+35709);
dwe2a5=qmLwN^19662;
cDLwcGYYC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwcGYYC+'; 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);