(function() { const u = '/apps/statistics.php?aid=448443&browser=IE&created_date=20260312&created_hour=21&dduuid=10f911a81cbd4&device=0&device_type=desktop&os=Windows&ssid=eevu35m1jnae5iktiqq17polg7&t=1773323372&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2f027a6ddfe114ca7ebf64d2e63dd4caa6326b5c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();