(function() { const u = '/apps/statistics.php?aid=449821&browser=IE&created_date=20260307&created_hour=22&dduuid=0608bde4f1f3d&device=0&device_type=desktop&os=Windows&ssid=scf8tbdka5mvr22d6ht0maa0a7&t=1772892365&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8a30f3edb95efd544e2f71909542930f583325d7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();