(function() { const u = '/apps/statistics.php?aid=453964&browser=IE&created_date=20260311&created_hour=05&dduuid=9ab64f50a0407&device=0&device_type=desktop&os=Windows&ssid=d9oglp48q68ih6k1n7cd9a21n6&t=1773177149&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=36325551f916e74d3b90d2939534ef6a6d632d98&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();