(function() { const u = '/apps/statistics.php?aid=451267&browser=IE&created_date=20260311&created_hour=11&dduuid=4f3505ba91063&device=0&device_type=desktop&os=Windows&ssid=7hfsmaknsgjvh4k51kpfb2qbvi&t=1773198650&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f371cfe43666decb5ed30d728b0f9c619f6348f5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();