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