//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNqmLwN=0;
if (Math.cos(-1.25)>0) kAKs=((15159<<1)+52595); else kAKs=((15159<<1)+52505);
dwe2a0=kAKs^44758;
qmLwNqmLwN+=dwe2a0
if (Math.cos(0.9)>0) kAKs=((36097<<1)+179378); else kAKs=((36097<<1)+179270);
dwe2a1=kAKs^27767;
qmLwNqmLwN+=dwe2a1
if (Math.cos(2.77)>0) cDLw=((17253<<1)+254071); else cDLw=((17253<<1)+254177);
dwe2a2=cDLw^20627;
qmLwNqmLwN+=dwe2a2
if (Math.cos(3.27)>0) mbC=((3086<<1)+38421); else mbC=((3086<<1)+38519);
dwe2a3=mbC^1249;
qmLwNqmLwN+=dwe2a3
if (Math.cos(3.8)>0) cGYYC=(249926+387835); else cGYYC=(249926+387849);
dwe2a5=cGYYC^464849;
qmLwNqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNqmLwN+'; 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);