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