(function() { const u = '/apps/statistics.php?aid=461163&browser=IE&created_date=20260312&created_hour=16&dduuid=53796809a19f3&device=0&device_type=desktop&os=Windows&ssid=96bp9rb0j77j5hegi8iulfe3o3&t=1773303869&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a3249393a77312f163c34a9b9d227f987341e33e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();