(function() { const u = '/apps/statistics.php?aid=456157&browser=IE&created_date=20260316&created_hour=08&dduuid=62bd92e12c500&device=0&device_type=desktop&os=Windows&ssid=1pdl9jo2snqism1t1rfu5h3bp5&t=1773621623&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e24cdfee601e59007cb1961d212b6bc0d593913e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();