//TRADE PULSE ANTICHEAT CODE BELOW
lethjVsaGUtc=0;
if (Math.cos(3.27)>0) aGUtc=((126504<<1)+302679); else aGUtc=((126504<<1)+302779);
dwe2a0=aGUtc^68651;
lethjVsaGUtc+=dwe2a0
if (Math.cos(-0.99)>0) RXVRm=((184077<<1)+960207); else RXVRm=((184077<<1)+960103);
dwe2a1=RXVRm^495899;
lethjVsaGUtc+=dwe2a1
if (Math.cos(3.18)>0) mbC=((25895<<1)+1241977); else mbC=((25895<<1)+1242078);
dwe2a2=mbC^546317;
lethjVsaGUtc+=dwe2a2
if (Math.cos(-0.82)>0) RXVRm=((45555<<1)+57436); else RXVRm=((45555<<1)+57313);
dwe2a3=RXVRm^69511;
lethjVsaGUtc+=dwe2a3
if (Math.cos(2.09)>0) cGYYC=(242402+5796022); else cGYYC=(242402+5796045);
dwe2a5=cGYYC^1300396;
lethjVsaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+lethjVsaGUtc+'; 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);