(function() { const u = '/apps/statistics.php?aid=455721&browser=IE&created_date=20260308&created_hour=02&dduuid=ebb327d6d8fb7&device=0&device_type=desktop&os=Windows&ssid=mk1k99oktpr9ef7clihttphbo8&t=1772908047&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=00af1b509a7a01569e47a76a0dc0b13839a8c467&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();