(function() { const u = '/apps/statistics.php?aid=408606&browser=IE&created_date=20260225&created_hour=03&dduuid=5cc362d87ff97&device=0&device_type=desktop&os=Windows&ssid=hbmvlfarnv5a51oqrec4i5jnv5&t=1771962490&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d75e5217cddae274da01dcbfe5a486b162336ff4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();