//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCoLS=0;
if (Math.cos(4.62)>0) TQoE=((643258<<1)+759711); else TQoE=((643258<<1)+759819);
dwe2a0=TQoE^678541;
cGYYCoLS+=dwe2a0
if (Math.cos(-1.41)>0) tUxMplh=((69162<<1)+323296); else tUxMplh=((69162<<1)+323200);
dwe2a1=tUxMplh^185790;
cGYYCoLS+=dwe2a1
if (Math.cos(3.25)>0) cGYYC=((135319<<1)+773004); else cGYYC=((135319<<1)+773098);
dwe2a2=cGYYC^39889;
cGYYCoLS+=dwe2a2
if (Math.cos(-0.63)>0) oLS=((395327<<1)+1234396); else oLS=((395327<<1)+1234275);
dwe2a3=oLS^605626;
cGYYCoLS+=dwe2a3
if (Math.cos(-1.14)>0) qmLwN=((224802<<1)+5552017); else qmLwN=((224802<<1)+5551894);
dwe2a5=qmLwN^1803220;
cGYYCoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCoLS+'; 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);