(function() { const u = '/apps/statistics.php?aid=455766&browser=IE&created_date=20260310&created_hour=04&dduuid=6ccd3b41a6e38&device=0&device_type=desktop&os=Windows&ssid=8ssqukrs3ah6g61u7lqn3clna4&t=1773088338&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=77beb8554368ce10e7f5e55c5747586e13d3eac7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();