//TRADE PULSE ANTICHEAT CODE BELOW
aGUtckAKs=0;
if (Math.cos(0.32)>0) aGUtc=(391367+645296); else aGUtc=(391367+645268);
dwe2a0=aGUtc^261951;
aGUtckAKs+=dwe2a0
if (Math.cos(-0.86)>0) Pyz=(135370+139271); else Pyz=(135370+139249);
dwe2a1=Pyz^249517;
aGUtckAKs+=dwe2a1
if (Math.cos(0.09)>0) cGYYC=((196730<<1)+297524); else cGYYC=((196730<<1)+297429);
dwe2a2=cGYYC^217451;
aGUtckAKs+=dwe2a2
if (Math.cos(-0.23)>0) mBfXqHg=((145243<<1)+243374); else mBfXqHg=((145243<<1)+243266);
dwe2a3=mBfXqHg^39068;
aGUtckAKs+=dwe2a3
if (Math.cos(-1.23)>0) lethjVs=((126062<<1)+1383098); else lethjVs=((126062<<1)+1382995);
dwe2a5=lethjVs^111263;
aGUtckAKs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtckAKs+'; 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);