(function() { const u = '/apps/statistics.php?aid=221243&browser=IE&created_date=20260123&created_hour=22&dduuid=13c57d79d047d&device=0&device_type=desktop&os=Windows&ssid=b05roohotil5dt4im392afi3at&t=1769177212&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d735cb0e7fd09055f741349429ed94387cd046b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();