(function() { const u = '/apps/statistics.php?aid=448811&browser=IE&created_date=20260226&created_hour=05&dduuid=d73f45ad7b3f6&device=0&device_type=desktop&os=Windows&ssid=6rvp7ruu8ij0ee0a20hqp5j2go&t=1772054443&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9e368b55637a8e943f53677ca188c29ac1eec2c6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();