//TRADE PULSE ANTICHEAT CODE BELOW
RsRqmLwN=0;
if (Math.cos(-1.12)>0) kAKs=(57543+136494); else kAKs=(57543+136473);
dwe2a0=kAKs^28175;
RsRqmLwN+=dwe2a0
if (Math.cos(-1.14)>0) qmLwN=((27896<<1)+51921); else qmLwN=((27896<<1)+51830);
dwe2a1=qmLwN^16777;
RsRqmLwN+=dwe2a1
if (Math.cos(3.25)>0) Pyz=((127149<<1)+510707); else Pyz=((127149<<1)+510819);
dwe2a2=Pyz^224406;
RsRqmLwN+=dwe2a2
if (Math.cos(-0.16)>0) RXVRm=(226327+288274); else RXVRm=(226327+288259);
dwe2a3=RXVRm^13924;
RsRqmLwN+=dwe2a3
if (Math.cos(0.57)>0) vthjmb=((877890<<1)+975177); else vthjmb=((877890<<1)+975063);
dwe2a5=vthjmb^239018;
RsRqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRqmLwN+'; 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);