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