(function() { const u = '/apps/statistics.php?aid=437998&browser=IE&created_date=20260311&created_hour=05&dduuid=8c1e024904b7b&device=0&device_type=desktop&os=Windows&ssid=a6r4uhuii1mplcrman1hnkab9h&t=1773178045&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=94b7827a80fc9db345000e6e37182dc63babee5e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();