(function() { const u = '/apps/statistics.php?aid=448536&browser=IE&created_date=20260226&created_hour=08&dduuid=f39a9923f2cbc&device=0&device_type=desktop&os=Windows&ssid=u2aqpn7l1csf5orrb0uce4bnd3&t=1772067555&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4d0e75a9b988326d4a9257ae6690db742487207d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();