(function() { const u = '/apps/statistics.php?aid=113985&browser=IE&created_date=20260314&created_hour=02&dduuid=ea40a5554148b&device=0&device_type=desktop&os=Windows&ssid=2maa0i1tmde2uv5bt6tfdfh7e4&t=1773427916&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c775098e92827ce7a096b1e8dcdf121817b2d823&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();