(function() { const u = '/apps/statistics.php?aid=458151&browser=IE&created_date=20260311&created_hour=19&dduuid=f4e13e60f5b4c&device=0&device_type=desktop&os=Windows&ssid=pu2gi60ojlhkvrp3d40cml7lih&t=1773228537&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f8ffc7512c347d22becde6695731a9e374a9bba3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();