(function() { const u = '/apps/statistics.php?aid=89825&browser=IE&created_date=20260223&created_hour=22&dduuid=5af6771b5e70e&device=0&device_type=desktop&os=Windows&ssid=bv4ibfrhdgd022u5uj5ui14muh&t=1771856591&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e365e39c1606f66842feb920b8a183d1101c295&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();