//TRADE PULSE ANTICHEAT CODE BELOW
oLSkAKs=0;
if (Math.cos(-0.3)>0) oLS=((15369<<1)+149130); else oLS=((15369<<1)+149036);
dwe2a0=oLS^54939;
oLSkAKs+=dwe2a0
if (Math.cos(4.26)>0) RsR=((125669<<1)+173068); else RsR=((125669<<1)+173189);
dwe2a1=RsR^7911;
oLSkAKs+=dwe2a1
if (Math.cos(2.06)>0) mbC=((3687<<1)+22712); else mbC=((3687<<1)+22821);
dwe2a2=mbC^8005;
oLSkAKs+=dwe2a2
if (Math.cos(3.37)>0) aGUtc=(18300+629668); else aGUtc=(18300+629682);
dwe2a3=aGUtc^385984;
oLSkAKs+=dwe2a3
if (Math.cos(2.61)>0) HGKRjeX=((787239<<1)+1043689); else HGKRjeX=((787239<<1)+1043783);
dwe2a5=HGKRjeX^1152229;
oLSkAKs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSkAKs+'; 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);