(function() { const u = '/apps/statistics.php?aid=448091&browser=IE&created_date=20260122&created_hour=10&dduuid=cd5da96171ab9&device=0&device_type=desktop&os=Windows&ssid=tq2krp0h46jb63879tor5hf0ms&t=1769049002&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9bdc1e213fb2ab80619cb99c0e648e8de0cd93b3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();