//TRADE PULSE ANTICHEAT CODE BELOW
mBfXqHgmbC=0;
if (Math.cos(3.87)>0) qmLwN=((158022<<1)+167678); else qmLwN=((158022<<1)+167779);
dwe2a0=qmLwN^168229;
mBfXqHgmbC+=dwe2a0
if (Math.cos(0.85)>0) tUxMplh=((96852<<1)+869773); else tUxMplh=((96852<<1)+869655);
dwe2a1=tUxMplh^82273;
mBfXqHgmbC+=dwe2a1
if (Math.cos(2.16)>0) tUxMplh=((4376<<1)+376549); else tUxMplh=((4376<<1)+376644);
dwe2a2=tUxMplh^143678;
mBfXqHgmbC+=dwe2a2
if (Math.cos(-0.75)>0) DYP=(510923+853672); else DYP=(510923+853648);
dwe2a3=DYP^425333;
mBfXqHgmbC+=dwe2a3
if (Math.cos(1.62)>0) FUoCZdxN=((145770<<1)+5194263); else FUoCZdxN=((145770<<1)+5194374);
dwe2a5=FUoCZdxN^1488851;
mBfXqHgmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+mBfXqHgmbC+'; 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);