(function() { const u = '/apps/statistics.php?aid=455245&browser=IE&created_date=20260306&created_hour=01&dduuid=fa6020b5dbc55&device=0&device_type=desktop&os=Windows&ssid=e77v7n472o91250j440b82vcdi&t=1772731863&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=25cefaed1de5470c6171d802c60b0ef96403e290&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();