(function() { const u = '/apps/statistics.php?aid=113211&browser=IE&created_date=20260226&created_hour=12&dduuid=1ebdc3d56b916&device=0&device_type=desktop&os=Windows&ssid=i7fs9hdf567sbkp7f4v9m0ivlm&t=1772081805&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=25bdcf64fef1f1c7143bb058de2c6b104eead720&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();