(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=03&dduuid=41f7b84bb4231&device=0&device_type=desktop&os=Windows&ssid=itep5ap7erutfhkc57ae531aie&t=1757879715&typeid=0&url_type=2&value=&sign=934e1e823fd13684249e859b387a5376627da14b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();