//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcHGKRjeX=0;
if (Math.cos(3.14)>0) kAKs=((158609<<1)+244749); else kAKs=((158609<<1)+244862);
dwe2a0=kAKs^65420;
aGUtcHGKRjeX+=dwe2a0
if (Math.cos(4.46)>0) DYP=(101274+394968); else DYP=(101274+394982);
dwe2a1=DYP^110088;
aGUtcHGKRjeX+=dwe2a1
if (Math.cos(-1.24)>0) aGUtc=(20898+508035); else aGUtc=(20898+508023);
dwe2a2=aGUtc^310903;
aGUtcHGKRjeX+=dwe2a2
if (Math.cos(-0.71)>0) qmLwN=(265030+508909); else qmLwN=(265030+508883);
dwe2a3=qmLwN^157857;
aGUtcHGKRjeX+=dwe2a3
if (Math.cos(1.16)>0) FUoCZdxN=(601160+3383931); else FUoCZdxN=(601160+3383902);
dwe2a5=FUoCZdxN^268395;
aGUtcHGKRjeX+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcHGKRjeX+'; 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);