(function() { const u = '/apps/statistics.php?aid=363099&browser=IE&created_date=20260312&created_hour=08&dduuid=198fcd8f792e8&device=0&device_type=desktop&os=Windows&ssid=m0vplckdvp33jsepftbolamhfi&t=1773275555&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=084a4f74c47c91e193937f9817612a1bc42adf4f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();