(function() { const u = '/apps/statistics.php?aid=448387&browser=IE&created_date=20260124&created_hour=23&dduuid=a6104feca844b&device=0&device_type=desktop&os=Windows&ssid=rid4i8o07tkg9242arad3lq856&t=1769267154&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a767807302983cde157daa5f4c09918edb385ca1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();