(function() { const u = '/apps/statistics.php?aid=89316&browser=IE&created_date=20260117&created_hour=02&dduuid=1a3f20946fd7d&device=0&device_type=desktop&os=Windows&ssid=hv2gtumg951mfhhcp05uebgs0c&t=1768588721&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=572476547d6bca1cdc9fd7f16ee832587c8f1be8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();