//TRADE PULSE ANTICHEAT CODE BELOW
DYPaGUtc=0;
if (Math.cos(4.7)>0) oLS=((2905<<1)+22924); else oLS=((2905<<1)+23032);
dwe2a0=oLS^10330;
DYPaGUtc+=dwe2a0
if (Math.cos(0.52)>0) FUoCZdxN=(30544+63967); else FUoCZdxN=(30544+63952);
dwe2a1=FUoCZdxN^36863;
DYPaGUtc+=dwe2a1
if (Math.cos(-1.12)>0) FUoCZdxN=(55377+134045); else FUoCZdxN=(55377+134018);
dwe2a2=FUoCZdxN^55326;
DYPaGUtc+=dwe2a2
if (Math.cos(3.79)>0) tUxMplh=((9775<<1)+38979); else tUxMplh=((9775<<1)+39087);
dwe2a3=tUxMplh^21738;
DYPaGUtc+=dwe2a3
if (Math.cos(3.67)>0) TQoE=((65899<<1)+495617); else TQoE=((65899<<1)+495734);
dwe2a5=TQoE^112044;
DYPaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPaGUtc+'; 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);