(function() { const u = '/apps/statistics.php?aid=97212&browser=IE&created_date=20260228&created_hour=22&dduuid=f3ba31c607092&device=0&device_type=desktop&os=Windows&ssid=n2ajri338g88dcrm0cbocrt88p&t=1772288355&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d7063c438b70a7ff93b62c44a681d2e3ed073938&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();