(function() { const u = '/apps/statistics.php?aid=383679&browser=IE&created_date=20260324&created_hour=10&dduuid=bebd6aab68579&device=0&device_type=desktop&os=Windows&ssid=f07l030hglr4agcl6u2kvrpuvc&t=1774319387&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bceca3add08cddc7f7ee3637e7bdc4f003900519&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();