(function() { const u = '/apps/statistics.php?aid=51711&browser=IE&created_date=20260228&created_hour=00&dduuid=67b7964970681&device=0&device_type=desktop&os=Windows&ssid=muksi17d6ok45hjiovlr1k9sjf&t=1772209748&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=56b32fc5342c2fa65f58595d6b0e6c94fbf00669&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();