(function() { const u = '/apps/statistics.php?aid=451298&browser=IE&created_date=20260306&created_hour=18&dduuid=36450a3a0f224&device=0&device_type=desktop&os=Windows&ssid=cgio1slj8ic6td6j0iucugbks0&t=1772793010&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d91b2f1995f0ca9b0b7d00fa0bd5ad4777cf4abb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();