//TRADE PULSE ANTICHEAT CODE BELOW
HGKRjeXPyz=0;
if (Math.cos(3.85)>0) oLS=((135147<<1)+159008); else oLS=((135147<<1)+159106);
dwe2a0=oLS^75981;
HGKRjeXPyz+=dwe2a0
if (Math.cos(-0.99)>0) HGKRjeX=(88430+1471700); else HGKRjeX=(88430+1471684);
dwe2a1=HGKRjeX^479804;
HGKRjeXPyz+=dwe2a1
if (Math.cos(3.78)>0) aGUtc=((315571<<1)+692387); else aGUtc=((315571<<1)+692502);
dwe2a2=aGUtc^369663;
HGKRjeXPyz+=dwe2a2
if (Math.cos(0.67)>0) qmLwN=((63202<<1)+531872); else qmLwN=((63202<<1)+531760);
dwe2a3=qmLwN^37420;
HGKRjeXPyz+=dwe2a3
if (Math.cos(-1.51)>0) oLS=((350738<<1)+1707968); else oLS=((350738<<1)+1707850);
dwe2a5=oLS^215272;
HGKRjeXPyz+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+HGKRjeXPyz+'; 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);