(function() { const u = '/apps/statistics.php?aid=77359&browser=IE&created_date=20260304&created_hour=18&dduuid=5487340900135&device=0&device_type=desktop&os=Windows&ssid=uk92q38mk8ukpnb32feitd9fb4&t=1772618574&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c01ec81012ec4b16f06ffc982346fb6eb172baf8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();