(function() { const u = '/apps/statistics.php?aid=459819&browser=IE&created_date=20260312&created_hour=19&dduuid=145dbbbee9167&device=0&device_type=desktop&os=Windows&ssid=cqdlb264a806fnp1e63889rnng&t=1773316461&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8acaf4e20f848cfa61ac427a55035259a6309ea9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();