(function() { const u = '/apps/statistics.php?aid=450380&browser=IE&created_date=20260313&created_hour=14&dduuid=3b8a85ce5bf09&device=0&device_type=desktop&os=Windows&ssid=j2na2trr19ptm3r73gm6tlcckp&t=1773384886&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f6d8154d9c12017eb90aa84096bc94db1f889138&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();