//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNcDLw=0;
if (Math.cos(2.65)>0) RsR=(100762+375613); else RsR=(100762+375632);
dwe2a0=RsR^27490;
siOtfnNcDLw+=dwe2a0
if (Math.cos(1.92)>0) aGUtc=((17702<<1)+493302); else aGUtc=((17702<<1)+493403);
dwe2a1=aGUtc^40;
siOtfnNcDLw+=dwe2a1
if (Math.cos(0.19)>0) cDLw=(57450+209330); else cDLw=(57450+209300);
dwe2a2=cDLw^14901;
siOtfnNcDLw+=dwe2a2
if (Math.cos(2.68)>0) cDLw=(131090+389946); else cDLw=(131090+389967);
dwe2a3=cDLw^80161;
siOtfnNcDLw+=dwe2a3
if (Math.cos(0.13)>0) RXVRm=((417035<<1)+476726); else RXVRm=((417035<<1)+476613);
dwe2a5=RXVRm^386962;
siOtfnNcDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNcDLw+'; 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);