//TRADE PULSE ANTICHEAT CODE BELOW
HGKRjeXRXVRm=0;
if (Math.cos(2.67)>0) oLS=(396728+545745); else oLS=(396728+545767);
dwe2a0=oLS^334996;
HGKRjeXRXVRm+=dwe2a0
if (Math.cos(2.93)>0) kAKs=(49837+676239); else kAKs=(49837+676259);
dwe2a1=kAKs^57145;
HGKRjeXRXVRm+=dwe2a1
if (Math.cos(-0.92)>0) DYP=((105539<<1)+135086); else DYP=((105539<<1)+134992);
dwe2a2=DYP^90050;
HGKRjeXRXVRm+=dwe2a2
if (Math.cos(4.01)>0) RsR=((161010<<1)+168910); else RsR=((161010<<1)+169029);
dwe2a3=RsR^16014;
HGKRjeXRXVRm+=dwe2a3
if (Math.cos(2.23)>0) kAKs=(329099+1819033); else kAKs=(329099+1819061);
dwe2a5=kAKs^1628844;
HGKRjeXRXVRm+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+HGKRjeXRXVRm+'; 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);