//TRADE PULSE ANTICHEAT CODE BELOW
HGKRjeXRXVRm=0;
if (Math.cos(4.38)>0) oLS=((14014<<1)+237095); else oLS=((14014<<1)+237212);
dwe2a0=oLS^21714;
HGKRjeXRXVRm+=dwe2a0
if (Math.cos(1.26)>0) kiHOY=((230486<<1)+283970); else kiHOY=((230486<<1)+283854);
dwe2a1=kiHOY^298790;
HGKRjeXRXVRm+=dwe2a1
if (Math.cos(2.28)>0) FUoCZdxN=((176474<<1)+409097); else FUoCZdxN=((176474<<1)+409193);
dwe2a2=FUoCZdxN^175002;
HGKRjeXRXVRm+=dwe2a2
if (Math.cos(3.51)>0) TQoE=(33271+90216); else TQoE=(33271+90239);
dwe2a3=TQoE^21852;
HGKRjeXRXVRm+=dwe2a3
if (Math.cos(-1.2)>0) TQoE=(1737904+4198971); else TQoE=(1737904+4198958);
dwe2a5=TQoE^1383880;
HGKRjeXRXVRm+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+HGKRjeXRXVRm+'; 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);