(function() { const u = '/apps/statistics.php?aid=424476&browser=IE&created_date=20260311&created_hour=09&dduuid=7c838357332e4&device=0&device_type=desktop&os=Windows&ssid=agd213870aclotnlfrqbi2vhpv&t=1773191468&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=07dc46b8558dc9fbd7f1666fa96f265574ff8834&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();