//TRADE PULSE ANTICHEAT CODE BELOW
aGUtctUxMplh=0;
if (Math.cos(0.32)>0) kAKs=(90425+152676); else kAKs=(90425+152660);
dwe2a0=kAKs^57633;
aGUtctUxMplh+=dwe2a0
if (Math.cos(0.91)>0) kAKs=(138089+212238); else kAKs=(138089+212212);
dwe2a1=kAKs^189767;
aGUtctUxMplh+=dwe2a1
if (Math.cos(2.63)>0) tUxMplh=(21758+141334); else tUxMplh=(21758+141360);
dwe2a2=tUxMplh^1027;
aGUtctUxMplh+=dwe2a2
if (Math.cos(3.51)>0) tUxMplh=(29314+269634); else tUxMplh=(29314+269657);
dwe2a3=tUxMplh^218237;
aGUtctUxMplh+=dwe2a3
if (Math.cos(-1.03)>0) HGKRjeX=((223887<<1)+3562781); else HGKRjeX=((223887<<1)+3562682);
dwe2a5=HGKRjeX^855773;
aGUtctUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtctUxMplh+'; 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);