(function() { const u = '/apps/statistics.php?aid=25014&browser=IE&created_date=20260311&created_hour=02&dduuid=7d378504c1486&device=0&device_type=desktop&os=Windows&ssid=be43g9l146gkquleg2192obt0g&t=1773166794&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9fe775b3aa0c0affd06d61a3e647a37a6c035d0e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();