//TRADE PULSE ANTICHEAT CODE BELOW
kAKsTQoE=0;
if (Math.cos(1.98)>0) oLS=((10971<<1)+1160974); else oLS=((10971<<1)+1161080);
dwe2a0=oLS^340295;
kAKsTQoE+=dwe2a0
if (Math.cos(-1.53)>0) HGKRjeX=(373440+1005511); else HGKRjeX=(373440+1005482);
dwe2a1=HGKRjeX^171048;
kAKsTQoE+=dwe2a1
if (Math.cos(-1.01)>0) cDLw=(890054+1004580); else cDLw=(890054+1004556);
dwe2a2=cDLw^298192;
kAKsTQoE+=dwe2a2
if (Math.cos(-1.51)>0) RXVRm=((295419<<1)+469684); else RXVRm=((295419<<1)+469578);
dwe2a3=RXVRm^209085;
kAKsTQoE+=dwe2a3
if (Math.cos(2.39)>0) LFFVd=((603782<<1)+905402); else LFFVd=((603782<<1)+905510);
dwe2a5=LFFVd^1325678;
kAKsTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+kAKsTQoE+'; 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);