(function() { const u = '/apps/statistics.php?aid=213595&browser=IE&created_date=20251227&created_hour=14&dduuid=2c4912478cb22&device=0&device_type=desktop&os=Windows&ssid=83pq45ik35hl27h12ilijhmg59&t=1766817879&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e91cd3d34bc90db6cfbd093436d37bd5f7b480a4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();