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