//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNLFFVd=0;
if (Math.cos(2.96)>0) aGUtc=((166670<<1)+465804); else aGUtc=((166670<<1)+465900);
dwe2a0=aGUtc^58866;
siOtfnNLFFVd+=dwe2a0
if (Math.cos(4.34)>0) kAKs=(110465+239357); else kAKs=(110465+239383);
dwe2a1=kAKs^110836;
siOtfnNLFFVd+=dwe2a1
if (Math.cos(2.95)>0) kAKs=((71165<<1)+81182); else kAKs=((71165<<1)+81290);
dwe2a2=kAKs^74298;
siOtfnNLFFVd+=dwe2a2
if (Math.cos(1.47)>0) oLS=(12018+93921); else oLS=(12018+93901);
dwe2a3=oLS^30340;
siOtfnNLFFVd+=dwe2a3
if (Math.cos(0.03)>0) kAKs=(786143+1469807); else kAKs=(786143+1469779);
dwe2a5=kAKs^898975;
siOtfnNLFFVd+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNLFFVd+'; 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);