(function() { const u = '/apps/statistics.php?aid=423207&browser=IE&created_date=20260130&created_hour=04&dduuid=4675161c73357&device=0&device_type=desktop&os=Windows&ssid=toaoru2ci3jtq7l034udmru4v8&t=1769719021&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=21f26e893027bbc1210425280e86c8141637645d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();