(function() { const u = '/apps/statistics.php?aid=236437&browser=IE&created_date=20260122&created_hour=02&dduuid=eecde411b31e6&device=0&device_type=desktop&os=Windows&ssid=f3s03pb7q1acu9n94i6q34op12&t=1769020753&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=116c0b2944c9129e8c2f9fa835d6a5f8ce0debd5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();