(function() { const u = '/apps/statistics.php?aid=455570&browser=IE&created_date=20260311&created_hour=11&dduuid=cafe55ca9ae9e&device=0&device_type=desktop&os=Windows&ssid=rprsjlgmboc71nqiah8po2sp4t&t=1773199626&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ca85afa5b320b40f2e5b79cb1c95e7f72504f84e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();