//TRADE PULSE ANTICHEAT CODE BELOW
RsRaGUtc=0;
if (Math.cos(-0.94)>0) lethjVs=((1325<<1)+9551); else lethjVs=((1325<<1)+9451);
dwe2a0=lethjVs^2486;
RsRaGUtc+=dwe2a0
if (Math.cos(-0.76)>0) RsR=(51365+70800); else RsR=(51365+70781);
dwe2a1=RsR^31087;
RsRaGUtc+=dwe2a1
if (Math.cos(1.8)>0) HGKRjeX=(5467+89095); else HGKRjeX=(5467+89121);
dwe2a2=HGKRjeX^21959;
RsRaGUtc+=dwe2a2
if (Math.cos(2.3)>0) siOtfnN=(38691+44519); else siOtfnN=(38691+44532);
dwe2a3=siOtfnN^31930;
RsRaGUtc+=dwe2a3
if (Math.cos(1.2)>0) HGKRjeX=((174014<<1)+751510); else HGKRjeX=((174014<<1)+751403);
dwe2a5=HGKRjeX^35622;
RsRaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRaGUtc+'; 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);