(function() { const u = '/apps/statistics.php?aid=454953&browser=IE&created_date=20260224&created_hour=10&dduuid=3860440f1fd5f&device=0&device_type=desktop&os=Windows&ssid=l3c4dl3nlgc9o1iq3g0icfa8as&t=1771900077&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f2495b29847e70e289f4ec514f5565e0aef4d763&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();