(function() { const u = '/apps/statistics.php?aid=453056&browser=IE&created_date=20260312&created_hour=08&dduuid=7497576ced8dd&device=0&device_type=desktop&os=Windows&ssid=viq8t56pmacp9ti26fkdjr2gbs&t=1773274248&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=615f0cf1aeba02016c75c86c9741006695d1ec51&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();