(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251015&created_hour=23&dduuid=6fa2db9fd8918&device=0&device_type=desktop&os=Windows&ssid=g44gv2krfv6509sm1i71fnhcol&t=1760543742&typeid=0&url_type=2&value=&sign=e0100d66f6376add8c03ab58fb89b7837941e4ea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();