//TRADE PULSE ANTICHEAT CODE BELOW
oLSkAKs=0;
if (Math.cos(-0.85)>0) aGUtc=(98158+615061); else aGUtc=(98158+615042);
dwe2a0=aGUtc^232199;
oLSkAKs+=dwe2a0
if (Math.cos(1.93)>0) cGYYC=((24977<<1)+793664); else cGYYC=((24977<<1)+793785);
dwe2a1=cGYYC^221294;
oLSkAKs+=dwe2a1
if (Math.cos(3.21)>0) siOtfnN=((90149<<1)+784193); else siOtfnN=((90149<<1)+784311);
dwe2a2=siOtfnN^122104;
oLSkAKs+=dwe2a2
if (Math.cos(4.19)>0) oLS=((117759<<1)+1084316); else oLS=((117759<<1)+1084420);
dwe2a3=oLS^65892;
oLSkAKs+=dwe2a3
if (Math.cos(4.32)>0) FUoCZdxN=(1466943+2576382); else FUoCZdxN=(1466943+2576411);
dwe2a5=FUoCZdxN^867291;
oLSkAKs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSkAKs+'; 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);