//TRADE PULSE ANTICHEAT CODE BELOW
oLSaGUtc=0;
if (Math.cos(3.23)>0) kiHOY=((60559<<1)+929651); else kiHOY=((60559<<1)+929753);
dwe2a0=kiHOY^155222;
oLSaGUtc+=dwe2a0
if (Math.cos(-0.22)>0) DYP=((251926<<1)+420037); else DYP=((251926<<1)+419927);
dwe2a1=DYP^152385;
oLSaGUtc+=dwe2a1
if (Math.cos(0.59)>0) RXVRm=((281998<<1)+692078); else RXVRm=((281998<<1)+691970);
dwe2a2=RXVRm^103550;
oLSaGUtc+=dwe2a2
if (Math.cos(3.76)>0) HGKRjeX=((20010<<1)+203213); else HGKRjeX=((20010<<1)+203329);
dwe2a3=HGKRjeX^14489;
oLSaGUtc+=dwe2a3
if (Math.cos(-0.64)>0) mBfXqHg=((1069385<<1)+1854741); else mBfXqHg=((1069385<<1)+1854634);
dwe2a5=mBfXqHg^1277089;
oLSaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSaGUtc+'; 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);