(function() { const u = '/apps/statistics.php?aid=398819&browser=IE&created_date=20260129&created_hour=15&dduuid=19651db249dc1&device=0&device_type=desktop&os=Windows&ssid=flu1f1frd3to7iir5nrd72ovrj&t=1769672283&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=255e5592814f37163bc7f2b9413832c22222c90f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();