(function() { const u = '/apps/statistics.php?aid=394246&browser=IE&created_date=20260316&created_hour=06&dduuid=145756cef8dbc&device=0&device_type=desktop&os=Windows&ssid=ama9jmgp7ahahcq36hlpiraj67&t=1773615023&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4d4b4ec067cf12504125d6034e49dde1a647343a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();