//TRADE PULSE ANTICHEAT CODE BELOW
RsRDYP=0;
if (Math.cos(0.43)>0) RsR=(112076+663356); else RsR=(112076+663336);
dwe2a0=RsR^239609;
RsRDYP+=dwe2a0
if (Math.cos(2.06)>0) cDLw=((115512<<1)+316111); else cDLw=((115512<<1)+316207);
dwe2a1=cDLw^106476;
RsRDYP+=dwe2a1
if (Math.cos(2.34)>0) aGUtc=((203545<<1)+288525); else aGUtc=((203545<<1)+288639);
dwe2a2=aGUtc^30784;
RsRDYP+=dwe2a2
if (Math.cos(0.69)>0) LFFVd=((277132<<1)+439860); else LFFVd=((277132<<1)+439742);
dwe2a3=LFFVd^8831;
RsRDYP+=dwe2a3
if (Math.cos(-1.38)>0) DYP=(485586+2027402); else DYP=(485586+2027379);
dwe2a5=DYP^417230;
RsRDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRDYP+'; 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);