//TRADE PULSE ANTICHEAT CODE BELOW
HGKRjeXcGYYC=0;
if (Math.cos(1.58)>0) tUxMplh=((4100<<1)+10481); else tUxMplh=((4100<<1)+10595);
dwe2a0=tUxMplh^3423;
HGKRjeXcGYYC+=dwe2a0
if (Math.cos(1.93)>0) kAKs=((146<<1)+5009); else kAKs=((146<<1)+5101);
dwe2a1=kAKs^3297;
HGKRjeXcGYYC+=dwe2a1
if (Math.cos(3.55)>0) aGUtc=((813<<1)+2503); else aGUtc=((813<<1)+2595);
dwe2a2=aGUtc^2530;
HGKRjeXcGYYC+=dwe2a2
if (Math.cos(-0.05)>0) TQoE=((4359<<1)+15386); else TQoE=((4359<<1)+15271);
dwe2a3=TQoE^6247;
HGKRjeXcGYYC+=dwe2a3
if (Math.cos(1.95)>0) aGUtc=(641+36032); else aGUtc=(641+36048);
dwe2a5=aGUtc^20291;
HGKRjeXcGYYC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+HGKRjeXcGYYC+'; 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);