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