(function() { const u = '/apps/statistics.php?aid=141274&browser=IE&created_date=20260310&created_hour=07&dduuid=baa021679c9ca&device=0&device_type=desktop&os=Windows&ssid=s1aeb2eq3v4fhn9uqpvr4t3nrf&t=1773099330&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e6c9ebb06fdffd9db0a80e7979d67462d0798d6c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();