//TRADE PULSE ANTICHEAT CODE BELOW
kAKsaGUtc=0;
if (Math.cos(-0.56)>0) oLS=((58467<<1)+173980); else oLS=((58467<<1)+173871);
dwe2a0=oLS^14285;
kAKsaGUtc+=dwe2a0
if (Math.cos(3.93)>0) cGYYC=(15505+54588); else cGYYC=(15505+54605);
dwe2a1=cGYYC^22764;
kAKsaGUtc+=dwe2a1
if (Math.cos(1.78)>0) HGKRjeX=((15827<<1)+908509); else HGKRjeX=((15827<<1)+908625);
dwe2a2=HGKRjeX^346644;
kAKsaGUtc+=dwe2a2
if (Math.cos(1.44)>0) qmLwN=((5122<<1)+1029902); else qmLwN=((5122<<1)+1029804);
dwe2a3=qmLwN^171973;
kAKsaGUtc+=dwe2a3
if (Math.cos(0.25)>0) kAKs=((25029<<1)+5777337); else kAKs=((25029<<1)+5777246);
dwe2a5=kAKs^547550;
kAKsaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+kAKsaGUtc+'; 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);