//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNRsR=0;
if (Math.cos(-0.58)>0) aGUtc=(358069+715898); else aGUtc=(358069+715880);
dwe2a0=aGUtc^446511;
qmLwNRsR+=dwe2a0
if (Math.cos(-0.19)>0) HGKRjeX=((36323<<1)+117766); else HGKRjeX=((36323<<1)+117676);
dwe2a1=HGKRjeX^64263;
qmLwNRsR+=dwe2a1
if (Math.cos(1.08)>0) siOtfnN=((5224<<1)+1302905); else siOtfnN=((5224<<1)+1302784);
dwe2a2=siOtfnN^350423;
qmLwNRsR+=dwe2a2
if (Math.cos(0.95)>0) cGYYC=(9883+44373); else cGYYC=(9883+44361);
dwe2a3=cGYYC^4288;
qmLwNRsR+=dwe2a3
if (Math.cos(1.05)>0) oLS=((268649<<1)+4462764); else oLS=((268649<<1)+4462652);
dwe2a5=oLS^2898773;
qmLwNRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNRsR+'; 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);