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