//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcTQoE=0;
if (Math.cos(3.06)>0) oLS=((151626<<1)+319231); else oLS=((151626<<1)+319349);
dwe2a0=oLS^361002;
aGUtcTQoE+=dwe2a0
if (Math.cos(2.55)>0) RsR=((18564<<1)+119220); else RsR=((18564<<1)+119311);
dwe2a1=RsR^109972;
aGUtcTQoE+=dwe2a1
if (Math.cos(0.71)>0) Pyz=(110413+500545); else Pyz=(110413+500518);
dwe2a2=Pyz^328132;
aGUtcTQoE+=dwe2a2
if (Math.cos(0.93)>0) HGKRjeX=((116430<<1)+282287); else HGKRjeX=((116430<<1)+282188);
dwe2a3=HGKRjeX^122362;
aGUtcTQoE+=dwe2a3
if (Math.cos(4.03)>0) mbC=((535100<<1)+2028909); else mbC=((535100<<1)+2029021);
dwe2a5=mbC^866428;
aGUtcTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcTQoE+'; 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);