//TRADE PULSE ANTICHEAT CODE BELOW
oLScGYYC=0;
if (Math.cos(-0.89)>0) cDLw=((5347<<1)+36531); else cDLw=((5347<<1)+36438);
dwe2a0=cDLw^1583;
oLScGYYC+=dwe2a0
if (Math.cos(-0.03)>0) HGKRjeX=((23419<<1)+27283); else HGKRjeX=((23419<<1)+27192);
dwe2a1=HGKRjeX^14140;
oLScGYYC+=dwe2a1
if (Math.cos(2.4)>0) siOtfnN=(21203+31431); else siOtfnN=(21203+31444);
dwe2a2=siOtfnN^7266;
oLScGYYC+=dwe2a2
if (Math.cos(3.28)>0) mBfXqHg=(5578+10641); else mBfXqHg=(5578+10667);
dwe2a3=mBfXqHg^410;
oLScGYYC+=dwe2a3
if (Math.cos(4.37)>0) cGYYC=((67944<<1)+83420); else cGYYC=((67944<<1)+83528);
dwe2a5=cGYYC^10807;
oLScGYYC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLScGYYC+'; 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);