(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251110&created_hour=00&dduuid=1c4acab72557f&device=0&device_type=desktop&os=Windows&ssid=a2kq7jtqhmnbnbim2ocn0rc9fj&t=1762704098&typeid=0&url_type=2&value=&sign=7373d00e32c6cf9709d61897420cdd0fe2e82409&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();