(function() { const u = '/apps/statistics.php?aid=141224&browser=IE&created_date=20260225&created_hour=23&dduuid=ec34f35d29b1c&device=0&device_type=desktop&os=Windows&ssid=1mi75b22ru4d92ktvtm85mse2q&t=1772033327&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0a7b8c2efd343778a45730caf6a33956770e2f6f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();