(function() { const u = '/apps/statistics.php?aid=455466&browser=IE&created_date=20260304&created_hour=15&dduuid=e2fb9c29885d1&device=0&device_type=desktop&os=Windows&ssid=k3e7mo5ah8r1itms49ds5pejoe&t=1772609546&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3de3ff4cfbbc3e8e6bb70af94258fd0ea023cc8f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();