(function() { const u = '/apps/statistics.php?aid=347469&browser=IE&created_date=20260312&created_hour=16&dduuid=95b6a159c0dfd&device=0&device_type=desktop&os=Windows&ssid=bnufekbvb5n29t084o2d25c7n6&t=1773304992&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=913101cb3fa92c26a8d860367253c5c3beaf7f30&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();