(function() { const u = '/apps/statistics.php?aid=210108&browser=IE&created_date=20260224&created_hour=07&dduuid=044b5d13f077f&device=0&device_type=desktop&os=Windows&ssid=kp5uqas9corsa64ehf4dtv0hcp&t=1771891130&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=42f9a074637607667b9038901fd416d3495958a3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();