(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251104&created_hour=13&dduuid=a39665adc6a9c&device=0&device_type=desktop&os=Windows&ssid=f285igjsctsiodtjke3pqf1o61&t=1762234092&typeid=0&url_type=2&value=&sign=f5484084d52de601633e11ad65a3984c4ad01504&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();