//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNtUxMplh=0;
if (Math.cos(1.51)>0) DYP=((161914<<1)+175818); else DYP=((161914<<1)+175704);
dwe2a0=DYP^141647;
siOtfnNtUxMplh+=dwe2a0
if (Math.cos(4.06)>0) oLS=((51910<<1)+126477); else oLS=((51910<<1)+126583);
dwe2a1=oLS^26146;
siOtfnNtUxMplh+=dwe2a1
if (Math.cos(4.05)>0) aGUtc=(17223+283069); else aGUtc=(17223+283085);
dwe2a2=aGUtc^192920;
siOtfnNtUxMplh+=dwe2a2
if (Math.cos(-0.25)>0) lethjVs=(11525+173392); else lethjVs=(11525+173378);
dwe2a3=lethjVs^106166;
siOtfnNtUxMplh+=dwe2a3
if (Math.cos(-0.26)>0) TQoE=((350152<<1)+383349); else TQoE=((350152<<1)+383233);
dwe2a5=TQoE^225931;
siOtfnNtUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNtUxMplh+'; 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);