//TRADE PULSE ANTICHEAT CODE BELOW
RsRaGUtc=0;
if (Math.cos(-0.91)>0) RsR=(62017+240629); else RsR=(62017+240613);
dwe2a0=RsR^13430;
RsRaGUtc+=dwe2a0
if (Math.cos(2.57)>0) cGYYC=(20159+59145); else cGYYC=(20159+59157);
dwe2a1=cGYYC^52585;
RsRaGUtc+=dwe2a1
if (Math.cos(0.49)>0) HGKRjeX=((31661<<1)+68733); else HGKRjeX=((31661<<1)+68612);
dwe2a2=HGKRjeX^26074;
RsRaGUtc+=dwe2a2
if (Math.cos(4.42)>0) kAKs=(18970+226775); else kAKs=(18970+226791);
dwe2a3=kAKs^10545;
RsRaGUtc+=dwe2a3
if (Math.cos(-0.3)>0) aGUtc=((487795<<1)+1208691); else aGUtc=((487795<<1)+1208582);
dwe2a5=aGUtc^182103;
RsRaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRaGUtc+'; 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);