(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251103&created_hour=20&dduuid=05877ad268073&device=0&device_type=desktop&os=Windows&ssid=6d8hlpbel7hjiiee0stq4c8m9p&t=1762172017&typeid=0&url_type=2&value=&sign=4e5212c4e58dc110b53528ace05dca63310634a1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();