(function() { const u = '/apps/statistics.php?aid=452438&browser=IE&created_date=20260305&created_hour=21&dduuid=f9409565e710f&device=0&device_type=desktop&os=Windows&ssid=j4qqs0tqbbdom778fqtm4klhn0&t=1772718202&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=00d5a212ca689185aee2231ead6c4dcdef33ad4c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();