(function() { const u = '/apps/statistics.php?aid=454524&browser=IE&created_date=20260223&created_hour=20&dduuid=6a7f3ecad7399&device=0&device_type=desktop&os=Windows&ssid=sdgiie8vf9jj42n8flbchbm1d2&t=1771851487&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=08358aab282b97b11da8992fce00a861fbdbe1dd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();