(function() { const u = '/apps/statistics.php?aid=453944&browser=IE&created_date=20260226&created_hour=09&dduuid=ccb80d50315d2&device=0&device_type=desktop&os=Windows&ssid=g1oeh146j51ioin7s23jthfeb4&t=1772070137&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7161ff2b839a3b45fefee8361134d7113da76ce0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();