//TRADE PULSE ANTICHEAT CODE BELOW
oLSaGUtc=0;
if (Math.cos(0.19)>0) Pyz=((58645<<1)+60654); else Pyz=((58645<<1)+60559);
dwe2a0=Pyz^45908;
oLSaGUtc+=dwe2a0
if (Math.cos(1.28)>0) TQoE=(12435+217262); else TQoE=(12435+217242);
dwe2a1=TQoE^87921;
oLSaGUtc+=dwe2a1
if (Math.cos(2.12)>0) LFFVd=(42580+534842); else LFFVd=(42580+534871);
dwe2a2=LFFVd^9324;
oLSaGUtc+=dwe2a2
if (Math.cos(3.42)>0) kiHOY=(78090+913718); else kiHOY=(78090+913732);
dwe2a3=kiHOY^263285;
oLSaGUtc+=dwe2a3
if (Math.cos(3.65)>0) aGUtc=((113127<<1)+3308826); else aGUtc=((113127<<1)+3308944);
dwe2a5=aGUtc^722401;
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);