(function() { const u = '/apps/statistics.php?aid=449798&browser=IE&created_date=20260225&created_hour=22&dduuid=5045f4793e07a&device=0&device_type=desktop&os=Windows&ssid=2qkc3ceq74qtc9ivrcfu91si6o&t=1772029581&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4c1dfd01d7b5fbe2a9da6891d12874debf364e1f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();