(function() { const u = '/apps/statistics.php?aid=455726&browser=IE&created_date=20260310&created_hour=20&dduuid=8e2c9bd08d3fd&device=0&device_type=desktop&os=Windows&ssid=9okk9usnn7j2p9d735e816i1t1&t=1773144058&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1f33f18b1e1242bace19439534f5cd75f829325c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();