//TRADE PULSE ANTICHEAT CODE BELOW
TQoEsiOtfnN=0;
if (Math.cos(3.84)>0) oLS=((59394<<1)+207023); else oLS=((59394<<1)+207141);
dwe2a0=oLS^224003;
TQoEsiOtfnN+=dwe2a0
if (Math.cos(2.25)>0) RXVRm=((5044<<1)+151333); else RXVRm=((5044<<1)+151454);
dwe2a1=RXVRm^5505;
TQoEsiOtfnN+=dwe2a1
if (Math.cos(-1.34)>0) LFFVd=(33664+107302); else LFFVd=(33664+107284);
dwe2a2=LFFVd^47137;
TQoEsiOtfnN+=dwe2a2
if (Math.cos(4.49)>0) mbC=(7161+505885); else mbC=(7161+505910);
dwe2a3=mbC^82444;
TQoEsiOtfnN+=dwe2a3
if (Math.cos(-1.52)>0) LFFVd=((340183<<1)+1359744); else LFFVd=((340183<<1)+1359631);
dwe2a5=LFFVd^571832;
TQoEsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+TQoEsiOtfnN+'; 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);