(function() { const u = '/apps/statistics.php?aid=443024&browser=IE&created_date=20260316&created_hour=14&dduuid=7360b76e674ba&device=0&device_type=desktop&os=Windows&ssid=6685bqjt6htqv3a8m83ds6d9e8&t=1773643577&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=85fdf57d46107bca156ecf7a100d1f38eda6e80a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();