(function() { const u = '/apps/statistics.php?aid=74452&browser=IE&created_date=20260227&created_hour=18&dduuid=96893f3243207&device=0&device_type=desktop&os=Windows&ssid=ldoasoejngarubausrf4aphku8&t=1772189680&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2ac4e3ce62008268c9c13c2cf80369cc623c10f1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();