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