(function() { const u = '/apps/statistics.php?aid=444478&browser=IE&created_date=20251220&created_hour=01&dduuid=7b09774a7c59b&device=0&device_type=desktop&os=Windows&ssid=db7ke40c5m999nrf9dcbvfk4in&t=1766166025&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=858d3a644a5125d200eb8fad796d7b6bcb5f68a0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();