//TRADE PULSE ANTICHEAT CODE BELOW
mbCqmLwN=0;
if (Math.cos(2.6)>0) siOtfnN=((11032<<1)+15296); else siOtfnN=((11032<<1)+15393);
dwe2a0=siOtfnN^20472;
mbCqmLwN+=dwe2a0
if (Math.cos(3.34)>0) HGKRjeX=((183<<1)+1703); else HGKRjeX=((183<<1)+1819);
dwe2a1=HGKRjeX^56;
mbCqmLwN+=dwe2a1
if (Math.cos(4.38)>0) RXVRm=(6894+107880); else RXVRm=(6894+107909);
dwe2a2=RXVRm^27368;
mbCqmLwN+=dwe2a2
if (Math.cos(-0.01)>0) RXVRm=((6707<<1)+10765); else RXVRm=((6707<<1)+10660);
dwe2a3=RXVRm^12911;
mbCqmLwN+=dwe2a3
if (Math.cos(2.22)>0) kAKs=((6393<<1)+304501); else kAKs=((6393<<1)+304603);
dwe2a5=kAKs^108022;
mbCqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+mbCqmLwN+'; 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);