(function() { const u = '/apps/statistics.php?aid=38471&browser=IE&created_date=20260304&created_hour=20&dduuid=e07739bbe01d1&device=0&device_type=desktop&os=Windows&ssid=0qcfogrmhclem2nno9a5gutra5&t=1772628328&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=adeab45bd1e4707878a9b3a80030a022f42101b3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();