//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNRsR=0;
if (Math.cos(4.33)>0) oLS=(563297+612924); else oLS=(563297+612940);
dwe2a0=oLS^92635;
siOtfnNRsR+=dwe2a0
if (Math.cos(-1.15)>0) qmLwN=((9111<<1)+42309); else qmLwN=((9111<<1)+42200);
dwe2a1=qmLwN^11671;
siOtfnNRsR+=dwe2a1
if (Math.cos(2.98)>0) HGKRjeX=((113810<<1)+1316605); else HGKRjeX=((113810<<1)+1316701);
dwe2a2=HGKRjeX^439868;
siOtfnNRsR+=dwe2a2
if (Math.cos(1.32)>0) LFFVd=(146128+192241); else LFFVd=(146128+192225);
dwe2a3=LFFVd^190413;
siOtfnNRsR+=dwe2a3
if (Math.cos(1.91)>0) TQoE=(1521337+1602880); else TQoE=(1521337+1602897);
dwe2a5=TQoE^1509312;
siOtfnNRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNRsR+'; 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);