(function() { const u = '/apps/statistics.php?aid=455571&browser=IE&created_date=20260301&created_hour=07&dduuid=114d56f87e9a8&device=0&device_type=desktop&os=Windows&ssid=t7u1op5r3o3f4r9hr0kf4nr1a7&t=1772321970&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=91d06486a12301541d2c62b248c2aaf84a579012&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();