(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251031&created_hour=23&dduuid=7d9576e8a5c9d&device=0&device_type=desktop&os=Windows&ssid=dbu0bg204icc2me4ltb2ckha9d&t=1761923938&typeid=0&url_type=2&value=&sign=9a4f3c2ef66a15c00aa065f23cdf22c7a873ac3f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();