(function() { const u = '/apps/statistics.php?aid=450165&browser=IE&created_date=20260122&created_hour=22&dduuid=f2d02872e85f3&device=0&device_type=desktop&os=Windows&ssid=80ip7ad4ot0tvk3cd1ql0k1ujv&t=1769091418&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4a28729249829e5e3fc5ee897d1d12b4f3679a15&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();