//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcmbC=0;
if (Math.cos(2.1)>0) mbC=((99988<<1)+331797); else mbC=((99988<<1)+331907);
dwe2a0=mbC^174539;
aGUtcmbC+=dwe2a0
if (Math.cos(4.55)>0) tUxMplh=((13526<<1)+710992); else tUxMplh=((13526<<1)+711109);
dwe2a1=tUxMplh^207590;
aGUtcmbC+=dwe2a1
if (Math.cos(2.48)>0) aGUtc=((45997<<1)+439576); else aGUtc=((45997<<1)+439683);
dwe2a2=aGUtc^330444;
aGUtcmbC+=dwe2a2
if (Math.cos(2.41)>0) kiHOY=((109035<<1)+286823); else kiHOY=((109035<<1)+286915);
dwe2a3=kiHOY^45752;
aGUtcmbC+=dwe2a3
if (Math.cos(2.43)>0) RXVRm=((580151<<1)+871763); else RXVRm=((580151<<1)+871862);
dwe2a5=RXVRm^385431;
aGUtcmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcmbC+'; 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);