(function() { const u = '/apps/statistics.php?aid=457668&browser=IE&created_date=20260313&created_hour=01&dduuid=c73978dbd375e&device=0&device_type=desktop&os=Windows&ssid=gb55lc1ku1r0ivuuv7k64sd5se&t=1773336372&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0da5a4c9f28eb4eb628852047ed9b472ea65dd26&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();