//TRADE PULSE ANTICHEAT CODE BELOW
oLSaGUtc=0;
if (Math.cos(-0.7)>0) lethjVs=((24536<<1)+248708); else lethjVs=((24536<<1)+248587);
dwe2a0=lethjVs^156623;
oLSaGUtc+=dwe2a0
if (Math.cos(1.25)>0) LFFVd=((314069<<1)+791820); else LFFVd=((314069<<1)+791714);
dwe2a1=LFFVd^491978;
oLSaGUtc+=dwe2a1
if (Math.cos(0.25)>0) qmLwN=(267279+877136); else qmLwN=(267279+877120);
dwe2a2=qmLwN^163202;
oLSaGUtc+=dwe2a2
if (Math.cos(4.68)>0) FUoCZdxN=((84315<<1)+1002155); else FUoCZdxN=((84315<<1)+1002268);
dwe2a3=FUoCZdxN^320011;
oLSaGUtc+=dwe2a3
if (Math.cos(3.5)>0) siOtfnN=((882923<<1)+3638662); else siOtfnN=((882923<<1)+3638773);
dwe2a5=siOtfnN^1311148;
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);