(function() { const u = '/apps/statistics.php?aid=25040&browser=IE&created_date=20260224&created_hour=13&dduuid=95c9c2989c44e&device=0&device_type=desktop&os=Windows&ssid=1i867rrjcvuvm4qk7cukn31tt2&t=1771909939&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3c85524a66f9077f4acc2e1c2807e5971ee44973&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();