//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcPyz=0;
if (Math.cos(2.1)>0) RsR=((1770<<1)+60686); else RsR=((1770<<1)+60799);
dwe2a0=RsR^4467;
aGUtcPyz+=dwe2a0
if (Math.cos(4.25)>0) DYP=(11692+367267); else DYP=(11692+367285);
dwe2a1=DYP^95098;
aGUtcPyz+=dwe2a1
if (Math.cos(0.65)>0) TQoE=(80296+208632); else TQoE=(80296+208603);
dwe2a2=TQoE^40074;
aGUtcPyz+=dwe2a2
if (Math.cos(0.28)>0) oLS=((40330<<1)+572583); else oLS=((40330<<1)+572492);
dwe2a3=oLS^35289;
aGUtcPyz+=dwe2a3
if (Math.cos(4.05)>0) RXVRm=(357101+2402025); else RXVRm=(357101+2402046);
dwe2a5=RXVRm^1184686;
aGUtcPyz+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcPyz+'; 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);