(function() { const u = '/apps/statistics.php?aid=443462&browser=IE&created_date=20260304&created_hour=15&dduuid=9e3a04b69e8f5&device=0&device_type=desktop&os=Windows&ssid=hjf2i257096hgoa3k702r0dih8&t=1772609860&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dfc3a75261be5f8885618f7e44438117869abb07&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();