(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251110&created_hour=17&dduuid=8b135a79e4a1d&device=0&device_type=desktop&os=Windows&ssid=176a3s1gnh7s29vs9e8iu3b5cp&t=1762767019&typeid=0&url_type=2&value=&sign=691ea23fe166df913505b75532e82e9d8527d5e0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();