(function() { const u = '/apps/statistics.php?aid=455369&browser=IE&created_date=20260310&created_hour=22&dduuid=8152fdf774070&device=0&device_type=desktop&os=Windows&ssid=kjpa79rufgc29nrostmsvsdou1&t=1773154636&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e6abe435bed2158729211861d01f0a610df07380&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();