//TRADE PULSE ANTICHEAT CODE BELOW
oLSqmLwN=0;
if (Math.cos(3.8)>0) kAKs=(129917+142516); else kAKs=(129917+142532);
dwe2a0=kAKs^60949;
oLSqmLwN+=dwe2a0
if (Math.cos(4.23)>0) HGKRjeX=((5278<<1)+7985); else HGKRjeX=((5278<<1)+8105);
dwe2a1=HGKRjeX^14017;
oLSqmLwN+=dwe2a1
if (Math.cos(1.62)>0) FUoCZdxN=((46044<<1)+584106); else FUoCZdxN=((46044<<1)+584198);
dwe2a2=FUoCZdxN^247118;
oLSqmLwN+=dwe2a2
if (Math.cos(0.64)>0) DYP=(60440+687419); else DYP=(60440+687391);
dwe2a3=DYP^163000;
oLSqmLwN+=dwe2a3
if (Math.cos(3.73)>0) lethjVs=(936801+2992987); else lethjVs=(936801+2993012);
dwe2a5=lethjVs^14736;
oLSqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSqmLwN+'; 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);