(function() { const u = '/apps/statistics.php?aid=213666&browser=IE&created_date=20260310&created_hour=22&dduuid=94a4d03e8cf7f&device=0&device_type=desktop&os=Windows&ssid=rv1ajlu2be1uq1rqud654hgmp6&t=1773152875&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f5c044e2e5dbce251b64133d58c9f330979befe8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();