(function() { const u = '/apps/statistics.php?aid=444697&browser=IE&created_date=20260303&created_hour=20&dduuid=06b0033e35323&device=0&device_type=desktop&os=Windows&ssid=dohmtaflf5obph3p8ik4spvcqt&t=1772540898&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1ea564f43afd17b6faf27948ef70d14f1df55ce2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();