//TRADE PULSE ANTICHEAT CODE BELOW
TQoEaGUtc=0;
if (Math.cos(1.86)>0) TQoE=((6009<<1)+90644); else TQoE=((6009<<1)+90735);
dwe2a0=TQoE^7211;
TQoEaGUtc+=dwe2a0
if (Math.cos(0.46)>0) vthjmb=((19605<<1)+392286); else vthjmb=((19605<<1)+392173);
dwe2a1=vthjmb^151189;
TQoEaGUtc+=dwe2a1
if (Math.cos(-1.46)>0) Pyz=((41276<<1)+230924); else Pyz=((41276<<1)+230803);
dwe2a2=Pyz^4926;
TQoEaGUtc+=dwe2a2
if (Math.cos(3.13)>0) RXVRm=((75815<<1)+422659); else RXVRm=((75815<<1)+422762);
dwe2a3=RXVRm^437292;
TQoEaGUtc+=dwe2a3
if (Math.cos(-1.05)>0) kAKs=((880370<<1)+2845890); else kAKs=((880370<<1)+2845779);
dwe2a5=kAKs^1894605;
TQoEaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+TQoEaGUtc+'; 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);