//TRADE PULSE ANTICHEAT CODE BELOW
mBfXqHgDYP=0;
if (Math.cos(0.82)>0) mbC=(7004+13640); else mbC=(7004+13618);
dwe2a0=mbC^7326;
mBfXqHgDYP+=dwe2a0
if (Math.cos(0.17)>0) cDLw=((1157<<1)+2603); else cDLw=((1157<<1)+2486);
dwe2a1=cDLw^1384;
mBfXqHgDYP+=dwe2a1
if (Math.cos(3.81)>0) cGYYC=((2343<<1)+91263); else cGYYC=((2343<<1)+91379);
dwe2a2=cGYYC^4787;
mBfXqHgDYP+=dwe2a2
if (Math.cos(0.34)>0) DYP=((6281<<1)+10990); else DYP=((6281<<1)+10868);
dwe2a3=DYP^7683;
mBfXqHgDYP+=dwe2a3
if (Math.cos(-0.83)>0) kAKs=((57633<<1)+389179); else kAKs=((57633<<1)+389069);
dwe2a5=kAKs^67488;
mBfXqHgDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+mBfXqHgDYP+'; 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);