//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmDYP=0;
if (Math.cos(3.17)>0) DYP=((285969<<1)+444273); else DYP=((285969<<1)+444365);
dwe2a0=DYP^333710;
RXVRmDYP+=dwe2a0
if (Math.cos(1.75)>0) qmLwN=(149743+380158); else qmLwN=(149743+380172);
dwe2a1=qmLwN^102249;
RXVRmDYP+=dwe2a1
if (Math.cos(4.18)>0) kAKs=((144100<<1)+853943); else kAKs=((144100<<1)+854066);
dwe2a2=kAKs^59831;
RXVRmDYP+=dwe2a2
if (Math.cos(2.87)>0) aGUtc=(17528+25139); else aGUtc=(17528+25158);
dwe2a3=aGUtc^17916;
RXVRmDYP+=dwe2a3
if (Math.cos(4.4)>0) siOtfnN=(1096235+2743965); else siOtfnN=(1096235+2743991);
dwe2a5=siOtfnN^549473;
RXVRmDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmDYP+'; 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);