//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmoLS=0;
if (Math.cos(-0.25)>0) aGUtc=(119496+457705); else aGUtc=(119496+457686);
dwe2a0=aGUtc^401790;
RXVRmoLS+=dwe2a0
if (Math.cos(-1.27)>0) mBfXqHg=((10180<<1)+95701); else mBfXqHg=((10180<<1)+95582);
dwe2a1=mBfXqHg^44506;
RXVRmoLS+=dwe2a1
if (Math.cos(-1.47)>0) cDLw=((83069<<1)+720309); else cDLw=((83069<<1)+720190);
dwe2a2=cDLw^101726;
RXVRmoLS+=dwe2a2
if (Math.cos(1.75)>0) HGKRjeX=((117612<<1)+205033); else HGKRjeX=((117612<<1)+205149);
dwe2a3=HGKRjeX^6081;
RXVRmoLS+=dwe2a3
if (Math.cos(2.73)>0) qmLwN=(1265597+3585477); else qmLwN=(1265597+3585502);
dwe2a5=qmLwN^963551;
RXVRmoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmoLS+'; 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);