(function() { const u = '/apps/statistics.php?aid=454160&browser=IE&created_date=20260305&created_hour=09&dduuid=f551a99af5415&device=0&device_type=desktop&os=Windows&ssid=2sbeho3s2lj77vskc9rlr4qusp&t=1772673505&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fd4675e3a7757a01e9960c02f13f09c298de9d54&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();