(function() { const u = '/apps/statistics.php?aid=446887&browser=IE&created_date=20260226&created_hour=11&dduuid=2df4652d6d27f&device=0&device_type=desktop&os=Windows&ssid=np5tga6h76smvf1470i63ek67m&t=1772077826&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c581927d3bdc790c32bd1ba875622afd2d30da13&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();