//TRADE PULSE ANTICHEAT CODE BELOW
cDLwaGUtc=0;
if (Math.cos(3.85)>0) HGKRjeX=((1728<<1)+20712); else HGKRjeX=((1728<<1)+20814);
dwe2a0=HGKRjeX^3606;
cDLwaGUtc+=dwe2a0
if (Math.cos(2.75)>0) qmLwN=(31114+61607); else qmLwN=(31114+61629);
dwe2a1=qmLwN^4853;
cDLwaGUtc+=dwe2a1
if (Math.cos(3.04)>0) qmLwN=((781<<1)+12190); else qmLwN=((781<<1)+12293);
dwe2a2=qmLwN^3281;
cDLwaGUtc+=dwe2a2
if (Math.cos(3.02)>0) cGYYC=((27943<<1)+61857); else cGYYC=((27943<<1)+61974);
dwe2a3=cGYYC^34452;
cDLwaGUtc+=dwe2a3
if (Math.cos(-0.63)>0) cDLw=((68142<<1)+248824); else cDLw=((68142<<1)+248732);
dwe2a5=cDLw^79668;
cDLwaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwaGUtc+'; 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);