//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNTQoE=0;
if (Math.cos(-0.29)>0) kiHOY=((7260<<1)+20251); else kiHOY=((7260<<1)+20143);
dwe2a0=kiHOY^150;
qmLwNTQoE+=dwe2a0
if (Math.cos(1.87)>0) oLS=((100988<<1)+153503); else oLS=((100988<<1)+153626);
dwe2a1=oLS^2207;
qmLwNTQoE+=dwe2a1
if (Math.cos(0.22)>0) RsR=((18473<<1)+197906); else RsR=((18473<<1)+197815);
dwe2a2=RsR^2679;
qmLwNTQoE+=dwe2a2
if (Math.cos(1.24)>0) HGKRjeX=((20098<<1)+333643); else HGKRjeX=((20098<<1)+333542);
dwe2a3=HGKRjeX^37913;
qmLwNTQoE+=dwe2a3
if (Math.cos(3.08)>0) siOtfnN=(349464+663864); else siOtfnN=(349464+663883);
dwe2a5=siOtfnN^22201;
qmLwNTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNTQoE+'; 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);