(function() { const u = '/apps/statistics.php?aid=11689&browser=IE&created_date=20260124&created_hour=13&dduuid=74fbb9df65fa5&device=0&device_type=desktop&os=Windows&ssid=f0nmg68k9mg3m15aasdihpuq8h&t=1769232415&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e5e4ff676cbeac94cb30394ef966a5774f4b2657&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();