//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNtUxMplh=0;
if (Math.cos(2.85)>0) RsR=((5977<<1)+109007); else RsR=((5977<<1)+109129);
dwe2a0=RsR^17397;
siOtfnNtUxMplh+=dwe2a0
if (Math.cos(1.35)>0) aGUtc=(58881+139282); else aGUtc=(58881+139262);
dwe2a1=aGUtc^17712;
siOtfnNtUxMplh+=dwe2a1
if (Math.cos(2.27)>0) mbC=(24537+134304); else mbC=(24537+134321);
dwe2a2=mbC^98284;
siOtfnNtUxMplh+=dwe2a2
if (Math.cos(1.61)>0) RsR=((14846<<1)+206878); else RsR=((14846<<1)+206968);
dwe2a3=RsR^49871;
siOtfnNtUxMplh+=dwe2a3
if (Math.cos(-0.14)>0) qmLwN=((199647<<1)+635047); else qmLwN=((199647<<1)+634945);
dwe2a5=qmLwN^242872;
siOtfnNtUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNtUxMplh+'; 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);