(function() { const u = '/apps/statistics.php?aid=404994&browser=IE&created_date=20260225&created_hour=14&dduuid=856b9288f669c&device=0&device_type=desktop&os=Windows&ssid=1lq1152cjg0vvub5lnk2hl092m&t=1772001344&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cd2d1a1f5e78a5cc046c171529f1363ed108e707&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();