//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdoLS=0;
if (Math.cos(2.16)>0) qmLwN=((14392<<1)+392105); else qmLwN=((14392<<1)+392224);
dwe2a0=qmLwN^127713;
LFFVdoLS+=dwe2a0
if (Math.cos(3.14)>0) FUoCZdxN=((23721<<1)+223239); else FUoCZdxN=((23721<<1)+223337);
dwe2a1=FUoCZdxN^143417;
LFFVdoLS+=dwe2a1
if (Math.cos(0.71)>0) siOtfnN=(145100+152238); else siOtfnN=(145100+152226);
dwe2a2=siOtfnN^91454;
LFFVdoLS+=dwe2a2
if (Math.cos(-1.11)>0) kiHOY=((525<<1)+145004); else kiHOY=((525<<1)+144892);
dwe2a3=kiHOY^48952;
LFFVdoLS+=dwe2a3
if (Math.cos(1.36)>0) aGUtc=((72248<<1)+1007745); else aGUtc=((72248<<1)+1007633);
dwe2a5=aGUtc^233114;
LFFVdoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdoLS+'; 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);