(function() { const u = '/apps/statistics.php?aid=452885&browser=IE&created_date=20260225&created_hour=06&dduuid=420bd8d8995e7&device=0&device_type=desktop&os=Windows&ssid=12ho0ol22s9cnirqjepmpcqfs0&t=1771971919&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=33ac0ab1c11a2854cd320d40c6d3f2a22d6e86ee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();