(function() { const u = '/apps/statistics.php?aid=453385&browser=IE&created_date=20260224&created_hour=21&dduuid=bb37b26f1acd0&device=0&device_type=desktop&os=Windows&ssid=8t6c1180pdr4ibpq291uidbod2&t=1771939275&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4449c85d5e9c1ff6c6ee4c42d37b63794c4bd3b4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();