(function() { const u = '/apps/statistics.php?aid=444456&browser=IE&created_date=20251221&created_hour=09&dduuid=65a2ef4ea2781&device=0&device_type=desktop&os=Windows&ssid=2ccbm9qfnp4mo4jdv27hrkpg9p&t=1766280038&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e92aabf47499a5d23ace76e58807f9b27e74411e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();