(function() { const u = '/apps/statistics.php?aid=453003&browser=IE&created_date=20260312&created_hour=10&dduuid=f0ca5dcc0abab&device=0&device_type=desktop&os=Windows&ssid=94ji4oiv6e8docrbi7eqt0bf0g&t=1773283009&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1fb3ca8dc0105b9d6eccf9a492f8aa39846a4ab8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();