(function() { const u = '/apps/statistics.php?aid=421586&browser=IE&created_date=20260305&created_hour=23&dduuid=5c31c0ef7c0b3&device=0&device_type=desktop&os=Windows&ssid=r36ekpr65euec7scojtrme02hf&t=1772723377&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2b029960afcde15d08760933bcb18e3e0b5d5f87&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();