(function() { const u = '/apps/statistics.php?aid=449826&browser=IE&created_date=20260123&created_hour=00&dduuid=d16e14882ebd1&device=0&device_type=desktop&os=Windows&ssid=q5jb2j52ept1a0hd9n0e66kcrg&t=1769099088&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cde0cce6c50e853fdb9698f25d3c22da75307dcc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();