//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNPyz=0;
if (Math.cos(2.07)>0) aGUtc=((46752<<1)+783050); else aGUtc=((46752<<1)+783159);
dwe2a0=aGUtc^275552;
qmLwNPyz+=dwe2a0
if (Math.cos(1.2)>0) LFFVd=((9809<<1)+151143); else LFFVd=((9809<<1)+151028);
dwe2a1=LFFVd^96999;
qmLwNPyz+=dwe2a1
if (Math.cos(2.06)>0) cGYYC=(22060+130835); else cGYYC=(22060+130847);
dwe2a2=cGYYC^92323;
qmLwNPyz+=dwe2a2
if (Math.cos(1.72)>0) HGKRjeX=((19458<<1)+726139); else HGKRjeX=((19458<<1)+726248);
dwe2a3=HGKRjeX^221290;
qmLwNPyz+=dwe2a3
if (Math.cos(4.7)>0) mBfXqHg=(1281679+1391203); else mBfXqHg=(1281679+1391215);
dwe2a5=mBfXqHg^850562;
qmLwNPyz+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNPyz+'; 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);