//TRADE PULSE ANTICHEAT CODE BELOW
HGKRjeXRsR=0;
if (Math.cos(1.83)>0) HGKRjeX=((248235<<1)+359309); else HGKRjeX=((248235<<1)+359404);
dwe2a0=HGKRjeX^120926;
HGKRjeXRsR+=dwe2a0
if (Math.cos(-0.96)>0) mBfXqHg=((32474<<1)+1270042); else mBfXqHg=((32474<<1)+1269944);
dwe2a1=mBfXqHg^347986;
HGKRjeXRsR+=dwe2a1
if (Math.cos(1.88)>0) aGUtc=((31871<<1)+241047); else aGUtc=((31871<<1)+241161);
dwe2a2=aGUtc^43064;
HGKRjeXRsR+=dwe2a2
if (Math.cos(2.46)>0) Pyz=((69190<<1)+284389); else Pyz=((69190<<1)+284498);
dwe2a3=Pyz^39283;
HGKRjeXRsR+=dwe2a3
if (Math.cos(4.58)>0) kAKs=((697360<<1)+3381353); else kAKs=((697360<<1)+3381471);
dwe2a5=kAKs^2917326;
HGKRjeXRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+HGKRjeXRsR+'; 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);