//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmoLS=0;
if (Math.cos(3.81)>0) RsR=(361866+843346); else RsR=(361866+843368);
dwe2a0=RsR^751758;
RXVRmoLS+=dwe2a0
if (Math.cos(0.29)>0) oLS=(238135+490673); else oLS=(238135+490655);
dwe2a1=oLS^102754;
RXVRmoLS+=dwe2a1
if (Math.cos(4.33)>0) TQoE=(2307+113521); else TQoE=(2307+113541);
dwe2a2=TQoE^21919;
RXVRmoLS+=dwe2a2
if (Math.cos(1.19)>0) mbC=(237980+661462); else mbC=(237980+661440);
dwe2a3=mbC^276556;
RXVRmoLS+=dwe2a3
if (Math.cos(-0.75)>0) kAKs=((1694674<<1)+4296429); else kAKs=((1694674<<1)+4296321);
dwe2a5=kAKs^1510615;
RXVRmoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmoLS+'; 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);