//TRADE PULSE ANTICHEAT CODE BELOW
oLSaGUtc=0;
if (Math.cos(2.29)>0) oLS=((150194<<1)+420969); else oLS=((150194<<1)+421088);
dwe2a0=oLS^51334;
oLSaGUtc+=dwe2a0
if (Math.cos(-1.38)>0) TQoE=((65953<<1)+566144); else TQoE=((65953<<1)+566044);
dwe2a1=TQoE^230621;
oLSaGUtc+=dwe2a1
if (Math.cos(-1.43)>0) aGUtc=((33410<<1)+281143); else aGUtc=((33410<<1)+281051);
dwe2a2=aGUtc^167454;
oLSaGUtc+=dwe2a2
if (Math.cos(1.07)>0) kAKs=((86424<<1)+490856); else kAKs=((86424<<1)+490758);
dwe2a3=kAKs^14657;
oLSaGUtc+=dwe2a3
if (Math.cos(0.36)>0) cDLw=((484851<<1)+1618976); else cDLw=((484851<<1)+1618853);
dwe2a5=cDLw^111798;
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);