//TRADE PULSE ANTICHEAT CODE BELOW
oLScDLw=0;
if (Math.cos(-0.54)>0) kAKs=((284532<<1)+355837); else kAKs=((284532<<1)+355724);
dwe2a0=kAKs^236348;
oLScDLw+=dwe2a0
if (Math.cos(1.51)>0) kiHOY=(22524+722601); else kiHOY=(22524+722588);
dwe2a1=kiHOY^340033;
oLScDLw+=dwe2a1
if (Math.cos(0.9)>0) oLS=((150847<<1)+556561); else oLS=((150847<<1)+556448);
dwe2a2=oLS^318633;
oLScDLw+=dwe2a2
if (Math.cos(-1.19)>0) TQoE=((17984<<1)+604639); else TQoE=((17984<<1)+604522);
dwe2a3=TQoE^60459;
oLScDLw+=dwe2a3
if (Math.cos(2.24)>0) aGUtc=(1681255+2320955); else aGUtc=(1681255+2320970);
dwe2a5=aGUtc^326061;
oLScDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLScDLw+'; 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);