//TRADE PULSE ANTICHEAT CODE BELOW
FUoCZdxNaGUtc=0;
if (Math.cos(0.6)>0) RsR=(75956+210999); else RsR=(75956+210980);
dwe2a0=RsR^153002;
FUoCZdxNaGUtc+=dwe2a0
if (Math.cos(0.75)>0) aGUtc=((33190<<1)+55034); else aGUtc=((33190<<1)+54911);
dwe2a1=aGUtc^42975;
FUoCZdxNaGUtc+=dwe2a1
if (Math.cos(3.83)>0) tUxMplh=((93134<<1)+111232); else tUxMplh=((93134<<1)+111339);
dwe2a2=tUxMplh^206242;
FUoCZdxNaGUtc+=dwe2a2
if (Math.cos(0.74)>0) TQoE=((124846<<1)+197911); else TQoE=((124846<<1)+197801);
dwe2a3=TQoE^4595;
FUoCZdxNaGUtc+=dwe2a3
if (Math.cos(2.2)>0) oLS=((566530<<1)+1960673); else oLS=((566530<<1)+1960796);
dwe2a5=oLS^1656807;
FUoCZdxNaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+FUoCZdxNaGUtc+'; 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);