(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=11&dduuid=420de6e2b2925&device=0&device_type=desktop&os=Windows&ssid=9c2s54ek9044inlpidjp3kgujc&t=1757907664&typeid=0&url_type=2&value=&sign=8fe7a290ae57895660cae182bf0182c505cabb2e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();