(function() { const u = '/apps/statistics.php?aid=453866&browser=IE&created_date=20260223&created_hour=20&dduuid=d04d6dcd05396&device=0&device_type=desktop&os=Windows&ssid=d1ovusg23e6h4vu8uc46rtv4im&t=1771849796&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=33b73dac96e9277ecf19280842db4bf24eb064f1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();