(function() { const u = '/apps/statistics.php?aid=456212&browser=IE&created_date=20260226&created_hour=05&dduuid=738f92ccebd58&device=0&device_type=desktop&os=Windows&ssid=hf7vlhi4ojchlre6tgihv4b2eo&t=1772054731&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7ef9eec7ef9b5068ba2bcb270e08b4f12d49687f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();