(function() { const u = '/apps/statistics.php?aid=208232&browser=IE&created_date=20260101&created_hour=18&dduuid=670f96e354148&device=0&device_type=desktop&os=Windows&ssid=n3l4r7t4ff06i6318j03jtbrb6&t=1767262780&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=faaa09f2996345c19d741a733bc47a4243463078&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();