(function() { const u = '/apps/statistics.php?aid=451725&browser=IE&created_date=20260306&created_hour=12&dduuid=f43fd7f045498&device=0&device_type=desktop&os=Windows&ssid=b155et42q670evvlerd0rb2vlr&t=1772772776&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=79d87fdec77c98b38910e41cf6a2f05254057219&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();