//TRADE PULSE ANTICHEAT CODE BELOW
cDLwFUoCZdxN=0;
if (Math.cos(2.28)>0) Pyz=(159091+598802); else Pyz=(159091+598820);
dwe2a0=Pyz^209182;
cDLwFUoCZdxN+=dwe2a0
if (Math.cos(3.94)>0) aGUtc=(291664+595593); else aGUtc=(291664+595620);
dwe2a1=aGUtc^97236;
cDLwFUoCZdxN+=dwe2a1
if (Math.cos(1.21)>0) RsR=((237460<<1)+291229); else RsR=((237460<<1)+291117);
dwe2a2=RsR^221482;
cDLwFUoCZdxN+=dwe2a2
if (Math.cos(0.36)>0) siOtfnN=((69635<<1)+510457); else siOtfnN=((69635<<1)+510349);
dwe2a3=siOtfnN^383770;
cDLwFUoCZdxN+=dwe2a3
if (Math.cos(3.42)>0) aGUtc=((948317<<1)+1248057); else aGUtc=((948317<<1)+1248177);
dwe2a5=aGUtc^862471;
cDLwFUoCZdxN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwFUoCZdxN+'; 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);