(function() { const u = '/apps/statistics.php?aid=451306&browser=IE&created_date=20260306&created_hour=15&dduuid=39ef1b064dd2b&device=0&device_type=desktop&os=Windows&ssid=s0u5u8i1ls444ia4tb8opgev42&t=1772782555&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2b445628fcfc0008556c031c6f4c7dbc6079a424&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();