(function() { const u = '/apps/statistics.php?aid=410818&browser=IE&created_date=20260120&created_hour=02&dduuid=8aee6c3de3638&device=0&device_type=desktop&os=Windows&ssid=mlk1r2b0kj8mqpqepc1rnfodo7&t=1768847661&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=64d8a823fc8b51292d6389f2229cc941b36e8129&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();