(function() { const u = '/apps/statistics.php?aid=78744&browser=IE&created_date=20260310&created_hour=10&dduuid=f3cff0fa2cd64&device=0&device_type=desktop&os=Windows&ssid=jph7l50506idsdrset3cjk8u5t&t=1773111183&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fa9ce8a929d7329b984d0dbc23083f67ce1eb909&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();