(function() { const u = '/apps/statistics.php?aid=437980&browser=IE&created_date=20260304&created_hour=23&dduuid=0332dffd7f29e&device=0&device_type=desktop&os=Windows&ssid=4491d0rhsva9p0amt6fkqpkqkk&t=1772637283&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=449a875a07e68d77bb61aff75b79a60b4beead31&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();