//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcTQoE=0;
if (Math.cos(3.32)>0) TQoE=(23041+92714); else TQoE=(23041+92726);
dwe2a0=TQoE^17754;
aGUtcTQoE+=dwe2a0
if (Math.cos(-0.43)>0) RsR=(23282+137361); else RsR=(23282+137346);
dwe2a1=RsR^18784;
aGUtcTQoE+=dwe2a1
if (Math.cos(3.28)>0) LFFVd=((8900<<1)+36236); else LFFVd=((8900<<1)+36330);
dwe2a2=LFFVd^1;
aGUtcTQoE+=dwe2a2
if (Math.cos(-1.34)>0) TQoE=((9784<<1)+37957); else TQoE=((9784<<1)+37858);
dwe2a3=TQoE^8892;
aGUtcTQoE+=dwe2a3
if (Math.cos(0.25)>0) aGUtc=(4559+527868); else aGUtc=(4559+527850);
dwe2a5=aGUtc^388646;
aGUtcTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcTQoE+'; 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);