//TRADE PULSE ANTICHEAT CODE BELOW
TQoEoLS=0;
if (Math.cos(0.71)>0) oLS=((52488<<1)+53775); else oLS=((52488<<1)+53662);
dwe2a0=oLS^70303;
TQoEoLS+=dwe2a0
if (Math.cos(4.43)>0) aGUtc=(11156+258481); else aGUtc=(11156+258503);
dwe2a1=aGUtc^178700;
TQoEoLS+=dwe2a1
if (Math.cos(-0.62)>0) TQoE=((260397<<1)+264694); else TQoE=((260397<<1)+264599);
dwe2a2=TQoE^192235;
TQoEoLS+=dwe2a2
if (Math.cos(-0.25)>0) mbC=(40953+296621); else mbC=(40953+296608);
dwe2a3=mbC^36178;
TQoEoLS+=dwe2a3
if (Math.cos(-0.12)>0) HGKRjeX=(227119+931036); else HGKRjeX=(227119+931015);
dwe2a5=HGKRjeX^464139;
TQoEoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+TQoEoLS+'; 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);