//TRADE PULSE ANTICHEAT CODE BELOW
TQoETQoE=0;
if (Math.cos(-1.28)>0) RXVRm=((56105<<1)+234937); else RXVRm=((56105<<1)+234827);
dwe2a0=RXVRm^168521;
TQoETQoE+=dwe2a0
if (Math.cos(4.36)>0) LFFVd=((15994<<1)+37830); else LFFVd=((15994<<1)+37940);
dwe2a1=LFFVd^9324;
TQoETQoE+=dwe2a1
if (Math.cos(1.53)>0) kAKs=(270792+396330); else kAKs=(270792+396300);
dwe2a2=kAKs^208167;
TQoETQoE+=dwe2a2
if (Math.cos(4.02)>0) aGUtc=((25824<<1)+122940); else aGUtc=((25824<<1)+123039);
dwe2a3=aGUtc^67788;
TQoETQoE+=dwe2a3
if (Math.cos(-1)>0) cGYYC=((51284<<1)+1586273); else cGYYC=((51284<<1)+1586181);
dwe2a5=cGYYC^97571;
TQoETQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+TQoETQoE+'; 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);