(function() { const u = '/apps/statistics.php?aid=93229&browser=IE&created_date=20260223&created_hour=20&dduuid=ce8b4e78916e8&device=0&device_type=desktop&os=Windows&ssid=u6km8ogis4p91e30u4i6hrtbg1&t=1771851165&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9dfcc7af3c89d1c14c62276f1ea853d0208b7037&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();