//TRADE PULSE ANTICHEAT CODE BELOW
cDLwcGYYC=0;
if (Math.cos(2.61)>0) kiHOY=((81595<<1)+412417); else kiHOY=((81595<<1)+412516);
dwe2a0=kiHOY^45591;
cDLwcGYYC+=dwe2a0
if (Math.cos(3.43)>0) RsR=(325688+518137); else RsR=(325688+518167);
dwe2a1=RsR^32985;
cDLwcGYYC+=dwe2a1
if (Math.cos(-0.51)>0) siOtfnN=(64411+302103); else siOtfnN=(64411+302082);
dwe2a2=siOtfnN^162181;
cDLwcGYYC+=dwe2a2
if (Math.cos(1.84)>0) siOtfnN=((92226<<1)+159144); else siOtfnN=((92226<<1)+159252);
dwe2a3=siOtfnN^35236;
cDLwcGYYC+=dwe2a3
if (Math.cos(-0.68)>0) tUxMplh=((963174<<1)+1045249); else tUxMplh=((963174<<1)+1045126);
dwe2a5=tUxMplh^280864;
cDLwcGYYC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwcGYYC+'; 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);