(function() { const u = '/apps/statistics.php?aid=454604&browser=IE&created_date=20260223&created_hour=23&dduuid=2b883ac43fe98&device=0&device_type=desktop&os=Windows&ssid=afp8lvmnuhmrbok98sdgc060m4&t=1771861226&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=23a9019d2895d3ae56a14d10f289dbe1ce29e963&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();