(function() { const u = '/apps/statistics.php?aid=454265&browser=IE&created_date=20260308&created_hour=09&dduuid=beb58031e820b&device=0&device_type=desktop&os=Windows&ssid=8k1kdi7r403e0nv1rll6d0j39p&t=1772935093&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5717171dd5780f8152e75acd741bb584b0a8b31f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();