//TRADE PULSE ANTICHEAT CODE BELOW
oLSqmLwN=0;
if (Math.cos(3.01)>0) cDLw=((39994<<1)+106869); else cDLw=((39994<<1)+106960);
dwe2a0=cDLw^5722;
oLSqmLwN+=dwe2a0
if (Math.cos(1.76)>0) TQoE=(3825+92152); else TQoE=(3825+92165);
dwe2a1=TQoE^33210;
oLSqmLwN+=dwe2a1
if (Math.cos(0.28)>0) cDLw=((163636<<1)+626938); else cDLw=((163636<<1)+626824);
dwe2a2=cDLw^308408;
oLSqmLwN+=dwe2a2
if (Math.cos(0.97)>0) mBfXqHg=((72567<<1)+524236); else mBfXqHg=((72567<<1)+524126);
dwe2a3=mBfXqHg^273432;
oLSqmLwN+=dwe2a3
if (Math.cos(2.86)>0) siOtfnN=(1248985+2339985); else siOtfnN=(1248985+2340011);
dwe2a5=siOtfnN^158010;
oLSqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSqmLwN+'; 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);