(function() { const u = '/apps/statistics.php?aid=372833&browser=IE&created_date=20260310&created_hour=08&dduuid=64f38ccbd90af&device=0&device_type=desktop&os=Windows&ssid=hi546rjnn2uq6gbpa53v00e6ra&t=1773103315&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5e5257b0896258a1151beef102e2961b85c0a273&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();