(function() { const u = '/apps/statistics.php?aid=450175&browser=IE&created_date=20260123&created_hour=11&dduuid=d228cf82aef65&device=0&device_type=desktop&os=Windows&ssid=fehvb31glra343831svi1n412t&t=1769139350&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0fc1a9ed6b09bedcedd4baed0e7053934eb6f213&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();