(function() { const u = '/apps/statistics.php?aid=430230&browser=IE&created_date=20260118&created_hour=09&dduuid=5a4c59c8d201d&device=0&device_type=desktop&os=Windows&ssid=h1l6kbn5ueodpeerhf3f0jevi4&t=1768700656&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d2fdc42f119521f829975755399c77fc15a7384b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();