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