(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=04&dduuid=2092fc390af3f&device=0&device_type=desktop&os=Windows&ssid=scd7lebjri92ag7p3hjvce249e&t=1757880348&typeid=0&url_type=2&value=&sign=762a3f1ccc152cfe2240bad09d119c103bfca3e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();