(function() { const u = '/apps/statistics.php?aid=33959&browser=IE&created_date=20260311&created_hour=00&dduuid=f9cc3c1c26d1a&device=0&device_type=desktop&os=Windows&ssid=aje8mqacjeikj9i0sfkkvp3bc7&t=1773161853&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bf6ed6f9503eb861317997909216330ab2b52e2d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();