(function() { const u = '/apps/statistics.php?aid=456061&browser=IE&created_date=20260310&created_hour=12&dduuid=9777b03aed8ad&device=0&device_type=desktop&os=Windows&ssid=unh2cqoapngk5qpau0opqr8dr1&t=1773117898&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1384896c4eb068d65101af1591dd8c8b5a76a50c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();