(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251106&created_hour=08&dduuid=2373da963db6c&device=0&device_type=desktop&os=Windows&ssid=r555m2v4s6hb824scn2ggupve0&t=1762389815&typeid=0&url_type=2&value=&sign=4a5973e35f202b3f177c7b4db519cff6ef37122b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();