(function() { const u = '/apps/statistics.php?aid=276309&browser=IE&created_date=20260226&created_hour=04&dduuid=b03eda5f78011&device=0&device_type=desktop&os=Windows&ssid=nr43as69dnga23aj15fosi414v&t=1772050000&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=14db816f473c0103e9c0b37694ed2bd22d25031b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();