(function() { const u = '/apps/statistics.php?aid=448763&browser=IE&created_date=20260310&created_hour=04&dduuid=88a62e5e90a2a&device=0&device_type=desktop&os=Windows&ssid=v5tp2u3houueiod0s1em7tfk26&t=1773087097&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=38d6cd1f725043cdc1b2cf5cd3b6599d32e15f79&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();