(function() { const u = '/apps/statistics.php?aid=444967&browser=IE&created_date=20260316&created_hour=09&dduuid=d831fbef7f168&device=0&device_type=desktop&os=Windows&ssid=2l1v209acvr4t2a9jsp8umbo6q&t=1773626382&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=37290d95a661135b0e657269d930055ffecc1e9e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();