(function() { const u = '/apps/statistics.php?aid=439508&browser=IE&created_date=20251226&created_hour=02&dduuid=79c2a55f32ecc&device=0&device_type=desktop&os=Windows&ssid=nbnh5c6thbic5bu8mcpeusqhk5&t=1766686949&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1c4b8301ff3a6447c92ebced9eab94f3721f5e30&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();