(function() { const u = '/apps/statistics.php?aid=363136&browser=IE&created_date=20260114&created_hour=07&dduuid=d43c5ca941082&device=0&device_type=desktop&os=Windows&ssid=5qtipcefcemfv7t213comgurji&t=1768345890&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f06b1615502f295a9f1751150d47cf54d4fd31f9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();