//TRADE PULSE ANTICHEAT CODE BELOW
RsRTQoE=0;
if (Math.cos(2.36)>0) qmLwN=((138491<<1)+197041); else qmLwN=((138491<<1)+197158);
dwe2a0=qmLwN^31369;
RsRTQoE+=dwe2a0
if (Math.cos(2.11)>0) lethjVs=(38205+172197); else lethjVs=(38205+172227);
dwe2a1=lethjVs^15385;
RsRTQoE+=dwe2a1
if (Math.cos(1.15)>0) mBfXqHg=(264202+442280); else mBfXqHg=(264202+442259);
dwe2a2=mBfXqHg^71366;
RsRTQoE+=dwe2a2
if (Math.cos(3.41)>0) cGYYC=(37617+394634); else cGYYC=(37617+394658);
dwe2a3=cGYYC^29200;
RsRTQoE+=dwe2a3
if (Math.cos(4.47)>0) HGKRjeX=(312780+1209493); else HGKRjeX=(312780+1209518);
dwe2a5=HGKRjeX^619117;
RsRTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRTQoE+'; 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);