//TRADE PULSE ANTICHEAT CODE BELOW
oLSoLS=0;
if (Math.cos(0.12)>0) qmLwN=(72164+579511); else qmLwN=(72164+579488);
dwe2a0=qmLwN^242489;
oLSoLS+=dwe2a0
if (Math.cos(4.04)>0) oLS=((3124<<1)+255534); else oLS=((3124<<1)+255637);
dwe2a1=oLS^11753;
oLSoLS+=dwe2a1
if (Math.cos(1.45)>0) aGUtc=((34068<<1)+594294); else aGUtc=((34068<<1)+594201);
dwe2a2=aGUtc^262139;
oLSoLS+=dwe2a2
if (Math.cos(1.15)>0) qmLwN=(52211+504551); else qmLwN=(52211+504529);
dwe2a3=qmLwN^60165;
oLSoLS+=dwe2a3
if (Math.cos(-1.52)>0) cDLw=(183384+1169457); else cDLw=(183384+1169439);
dwe2a5=cDLw^98926;
oLSoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSoLS+'; 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);