//TRADE PULSE ANTICHEAT CODE BELOW
RsRqmLwN=0;
if (Math.cos(1.59)>0) LFFVd=(12149+137878); else LFFVd=(12149+137890);
dwe2a0=LFFVd^62056;
RsRqmLwN+=dwe2a0
if (Math.cos(2.81)>0) DYP=((46273<<1)+139012); else DYP=((46273<<1)+139130);
dwe2a1=DYP^11261;
RsRqmLwN+=dwe2a1
if (Math.cos(4.65)>0) oLS=((20401<<1)+43053); else oLS=((20401<<1)+43148);
dwe2a2=oLS^32475;
RsRqmLwN+=dwe2a2
if (Math.cos(4.32)>0) RsR=(40126+152258); else RsR=(40126+152282);
dwe2a3=RsR^30494;
RsRqmLwN+=dwe2a3
if (Math.cos(3.69)>0) vthjmb=(199619+833349); else vthjmb=(199619+833376);
dwe2a5=vthjmb^266069;
RsRqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRqmLwN+'; 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);