(function() { const u = '/apps/statistics.php?aid=206361&browser=IE&created_date=20251227&created_hour=16&dduuid=15e4f7344e4f2&device=0&device_type=desktop&os=Windows&ssid=ef6nvadit2aad8hropckpknptj&t=1766825661&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dd7757d6a937a68244137c35849668272edcdb35&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();