(function() { const u = '/apps/statistics.php?aid=454412&browser=IE&created_date=20260223&created_hour=20&dduuid=934b2a273ea13&device=0&device_type=desktop&os=Windows&ssid=j0vp3jcudf9j07tqes221492qa&t=1771851498&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=070ee3265bf37318f412778f6fa0d86671946e9d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();