//TRADE PULSE ANTICHEAT CODE BELOW
DYPcDLw=0;
if (Math.cos(2.96)>0) DYP=((346757<<1)+495726); else DYP=((346757<<1)+495830);
dwe2a0=DYP^214346;
DYPcDLw+=dwe2a0
if (Math.cos(1.83)>0) mbC=((95770<<1)+531687); else mbC=((95770<<1)+531781);
dwe2a1=mbC^210564;
DYPcDLw+=dwe2a1
if (Math.cos(2.3)>0) FUoCZdxN=((60632<<1)+292946); else FUoCZdxN=((60632<<1)+293049);
dwe2a2=FUoCZdxN^99247;
DYPcDLw+=dwe2a2
if (Math.cos(-0.97)>0) Pyz=((38548<<1)+93641); else Pyz=((38548<<1)+93540);
dwe2a3=Pyz^98157;
DYPcDLw+=dwe2a3
if (Math.cos(2.56)>0) DYP=(1605314+1896566); else DYP=(1605314+1896588);
dwe2a5=DYP^823616;
DYPcDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPcDLw+'; 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);