(function() { const u = '/apps/statistics.php?aid=81602&browser=IE&created_date=20260111&created_hour=06&dduuid=df4f5fb44d4f3&device=0&device_type=desktop&os=Windows&ssid=ndkn48h3tc838fun6iv98btai3&t=1768085610&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f0895d2fc0755a4cfed99ea94024f7a905ed9083&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();