//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmRXVRm=0;
if (Math.cos(0.53)>0) oLS=((61484<<1)+238326); else oLS=((61484<<1)+238223);
dwe2a0=oLS^93580;
RXVRmRXVRm+=dwe2a0
if (Math.cos(0.84)>0) qmLwN=(358177+563871); else qmLwN=(358177+563855);
dwe2a1=qmLwN^353646;
RXVRmRXVRm+=dwe2a1
if (Math.cos(0.67)>0) oLS=((92613<<1)+749613); else oLS=((92613<<1)+749505);
dwe2a2=oLS^152550;
RXVRmRXVRm+=dwe2a2
if (Math.cos(1.23)>0) FUoCZdxN=((4581<<1)+7363); else FUoCZdxN=((4581<<1)+7256);
dwe2a3=FUoCZdxN^5800;
RXVRmRXVRm+=dwe2a3
if (Math.cos(4.38)>0) kAKs=((639844<<1)+882157); else kAKs=((639844<<1)+882273);
dwe2a5=kAKs^763878;
RXVRmRXVRm+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmRXVRm+'; 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);