(function() { const u = '/apps/statistics.php?aid=455891&browser=IE&created_date=20260304&created_hour=11&dduuid=4866b0da87c5d&device=0&device_type=desktop&os=Windows&ssid=96bkrngr8rl27eq610tn6l75a4&t=1772594585&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=22b1de1e9b4d4b61a0b000e840482723f69a6909&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();