//TRADE PULSE ANTICHEAT CODE BELOW
oLSsiOtfnN=0;
if (Math.cos(-0.24)>0) aGUtc=(49441+1116383); else aGUtc=(49441+1116357);
dwe2a0=aGUtc^578637;
oLSsiOtfnN+=dwe2a0
if (Math.cos(4.66)>0) oLS=((36642<<1)+79673); else oLS=((36642<<1)+79772);
dwe2a1=oLS^116579;
oLSsiOtfnN+=dwe2a1
if (Math.cos(-0.38)>0) HGKRjeX=((373142<<1)+432209); else HGKRjeX=((373142<<1)+432119);
dwe2a2=HGKRjeX^26723;
oLSsiOtfnN+=dwe2a2
if (Math.cos(3.53)>0) cGYYC=(57021+1795337); else cGYYC=(57021+1795363);
dwe2a3=cGYYC^641538;
oLSsiOtfnN+=dwe2a3
if (Math.cos(-1.04)>0) siOtfnN=((787396<<1)+1808275); else siOtfnN=((787396<<1)+1808167);
dwe2a5=siOtfnN^617572;
oLSsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSsiOtfnN+'; 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);