(function() { const u = '/apps/statistics.php?aid=226167&browser=IE&created_date=20260123&created_hour=04&dduuid=fb0e80a8ecd1a&device=0&device_type=desktop&os=Windows&ssid=oqphd02v6atstsb1qrr2qcj6u7&t=1769115145&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=81b9eba40276d5bd4abfa1df21b2f64725ef42c3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();