(function() { const u = '/apps/statistics.php?aid=442453&browser=IE&created_date=20260307&created_hour=12&dduuid=d4a3a470e417a&device=0&device_type=desktop&os=Windows&ssid=dvvvcqnbbre7900jtmb7cnd2uj&t=1772858306&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=35570e18b5cca796378c4e5f1b3dede04ee95cca&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();