(function() { const u = '/apps/statistics.php?aid=260201&browser=IE&created_date=20251223&created_hour=18&dduuid=b8ef90c54229c&device=0&device_type=desktop&os=Windows&ssid=rvfopuavlrn2rk8omshen95g4r&t=1766486924&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3fdeb09849842d53b6865a099f61ed8dd7cdc3b5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();