//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNaGUtc=0;
if (Math.cos(1.89)>0) kiHOY=(70559+96658); else kiHOY=(70559+96684);
dwe2a0=kiHOY^75598;
siOtfnNaGUtc+=dwe2a0
if (Math.cos(-0.45)>0) DYP=(98718+249723); else DYP=(98718+249709);
dwe2a1=DYP^100257;
siOtfnNaGUtc+=dwe2a1
if (Math.cos(3.2)>0) FUoCZdxN=(59333+68814); else FUoCZdxN=(59333+68836);
dwe2a2=FUoCZdxN^22257;
siOtfnNaGUtc+=dwe2a2
if (Math.cos(0.7)>0) siOtfnN=((9436<<1)+310810); else siOtfnN=((9436<<1)+310700);
dwe2a3=siOtfnN^158965;
siOtfnNaGUtc+=dwe2a3
if (Math.cos(1.49)>0) aGUtc=(15424+1509310); else aGUtc=(15424+1509296);
dwe2a5=aGUtc^129861;
siOtfnNaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNaGUtc+'; 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);