//TRADE PULSE ANTICHEAT CODE BELOW
mbCmbC=0;
if (Math.cos(1.87)>0) aGUtc=((12254<<1)+1651580); else aGUtc=((12254<<1)+1651691);
dwe2a0=aGUtc^365349;
mbCmbC+=dwe2a0
if (Math.cos(1.58)>0) kAKs=((378649<<1)+950547); else kAKs=((378649<<1)+950656);
dwe2a1=kAKs^164680;
mbCmbC+=dwe2a1
if (Math.cos(-0.29)>0) qmLwN=(73977+89083); else qmLwN=(73977+89059);
dwe2a2=qmLwN^33542;
mbCmbC+=dwe2a2
if (Math.cos(-0.07)>0) DYP=((443673<<1)+498752); else DYP=((443673<<1)+498649);
dwe2a3=DYP^24480;
mbCmbC+=dwe2a3
if (Math.cos(4.45)>0) aGUtc=((581090<<1)+4996359); else aGUtc=((581090<<1)+4996482);
dwe2a5=aGUtc^1802912;
mbCmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+mbCmbC+'; 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);