//TRADE PULSE ANTICHEAT CODE BELOW
TQoEaGUtc=0;
if (Math.cos(-0.71)>0) RsR=((84646<<1)+1285627); else RsR=((84646<<1)+1285507);
dwe2a0=RsR^309387;
TQoEaGUtc+=dwe2a0
if (Math.cos(0.45)>0) LFFVd=((321763<<1)+429413); else LFFVd=((321763<<1)+429295);
dwe2a1=LFFVd^52291;
TQoEaGUtc+=dwe2a1
if (Math.cos(0.74)>0) kAKs=((93309<<1)+192685); else kAKs=((93309<<1)+192571);
dwe2a2=kAKs^30778;
TQoEaGUtc+=dwe2a2
if (Math.cos(0.33)>0) kAKs=((20291<<1)+229277); else kAKs=((20291<<1)+229168);
dwe2a3=kAKs^102753;
TQoEaGUtc+=dwe2a3
if (Math.cos(2.57)>0) DYP=((1449110<<1)+2435158); else DYP=((1449110<<1)+2435268);
dwe2a5=DYP^242032;
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);