(function() { const u = '/apps/statistics.php?aid=404405&browser=IE&created_date=20260311&created_hour=09&dduuid=d278bfa229c00&device=0&device_type=desktop&os=Windows&ssid=afgaus9ar5cuf10kheiso6pl0q&t=1773193049&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=57e667a55b41f6d88499c260e5ddbf107d5c173a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();