(function() { const u = '/apps/statistics.php?aid=270924&browser=IE&created_date=20260224&created_hour=05&dduuid=1b4f760229031&device=0&device_type=desktop&os=Windows&ssid=isp5ns375s4966v1lav61t60im&t=1771881480&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3eef2e55ac9f33b7fd92117a237450a0f06c24db&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();