(function() { const u = '/apps/statistics.php?aid=452161&browser=IE&created_date=20260225&created_hour=02&dduuid=60a29e70ba713&device=0&device_type=desktop&os=Windows&ssid=o7q8hmg3pn7idk4dl0dvti4b38&t=1771959529&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=60b486ad16ebf5163ebc7e237f7d59a69eba21e9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();