(function() { const u = '/apps/statistics.php?aid=450167&browser=IE&created_date=20260307&created_hour=20&dduuid=a011f5958d4d7&device=0&device_type=desktop&os=Windows&ssid=ergdb6r8uocllql37u5333n8nl&t=1772886632&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=20ece70942f21bff8ac633c532d40fafc522e16a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();