(function() { const u = '/apps/statistics.php?aid=455273&browser=IE&created_date=20260224&created_hour=05&dduuid=b30e454bbb9c7&device=0&device_type=desktop&os=Windows&ssid=5e8k92cme8m02hp43n8mse0atd&t=1771881094&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3ced5ae586ab4251b95abfa80702f93b8ae79ffc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();