//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNsiOtfnN=0;
if (Math.cos(1.22)>0) mbC=((50877<<1)+132521); else mbC=((50877<<1)+132421);
dwe2a0=mbC^80770;
siOtfnNsiOtfnN+=dwe2a0
if (Math.cos(1.42)>0) aGUtc=(45331+419223); else aGUtc=(45331+419209);
dwe2a1=aGUtc^78199;
siOtfnNsiOtfnN+=dwe2a1
if (Math.cos(3.89)>0) TQoE=(101810+202660); else TQoE=(101810+202686);
dwe2a2=TQoE^165803;
siOtfnNsiOtfnN+=dwe2a2
if (Math.cos(0.53)>0) RsR=(29195+310363); else RsR=(29195+310348);
dwe2a3=RsR^44839;
siOtfnNsiOtfnN+=dwe2a3
if (Math.cos(0.95)>0) kiHOY=(767596+1815606); else kiHOY=(767596+1815592);
dwe2a5=kiHOY^1395566;
siOtfnNsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNsiOtfnN+'; 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);