//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcsiOtfnN=0;
if (Math.cos(3.19)>0) oLS=(255861+455509); else oLS=(255861+455523);
dwe2a0=oLS^91299;
aGUtcsiOtfnN+=dwe2a0
if (Math.cos(1.82)>0) siOtfnN=((35735<<1)+310759); else siOtfnN=((35735<<1)+310863);
dwe2a1=siOtfnN^11388;
aGUtcsiOtfnN+=dwe2a1
if (Math.cos(3.42)>0) RXVRm=((270961<<1)+843609); else RXVRm=((270961<<1)+843720);
dwe2a2=RXVRm^392797;
aGUtcsiOtfnN+=dwe2a2
if (Math.cos(0.67)>0) oLS=((228237<<1)+479305); else oLS=((228237<<1)+479206);
dwe2a3=oLS^162214;
aGUtcsiOtfnN+=dwe2a3
if (Math.cos(-0.66)>0) Pyz=((180504<<1)+2707857); else Pyz=((180504<<1)+2707752);
dwe2a5=Pyz^408912;
aGUtcsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcsiOtfnN+'; 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);