(function() { const u = '/apps/statistics.php?aid=452491&browser=IE&created_date=20260224&created_hour=22&dduuid=febeeaa6bd87d&device=0&device_type=desktop&os=Windows&ssid=7ibp4hs0qgqah316r9fgicgfnh&t=1771943443&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0f943d5fdc09f555c5be0a28b176afd7bad9e4b0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();