//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhTQoE=0;
if (Math.cos(-0.22)>0) Pyz=((4511<<1)+678550); else Pyz=((4511<<1)+678433);
dwe2a0=Pyz^25146;
tUxMplhTQoE+=dwe2a0
if (Math.cos(-0.33)>0) TQoE=(106635+315511); else TQoE=(106635+315494);
dwe2a1=TQoE^102315;
tUxMplhTQoE+=dwe2a1
if (Math.cos(4.5)>0) oLS=((164453<<1)+242903); else oLS=((164453<<1)+243009);
dwe2a2=oLS^12426;
tUxMplhTQoE+=dwe2a2
if (Math.cos(3.3)>0) tUxMplh=(161264+204538); else tUxMplh=(161264+204567);
dwe2a3=tUxMplh^146995;
tUxMplhTQoE+=dwe2a3
if (Math.cos(-0.56)>0) kiHOY=((16314<<1)+1254885); else kiHOY=((16314<<1)+1254777);
dwe2a5=kiHOY^701465;
tUxMplhTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhTQoE+'; 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);