(function() { const u = '/apps/statistics.php?aid=213671&browser=IE&created_date=20260310&created_hour=13&dduuid=67fb66c3a76e9&device=0&device_type=desktop&os=Windows&ssid=p26qnbm8ipl7lbtggpll39k3a4&t=1773119254&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=60a851960871eedc151a80cf66268decf616b1b6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();