(function() { const u = '/apps/statistics.php?aid=789&browser=IE&created_date=20260314&created_hour=04&dduuid=5e5e48ab5511b&device=0&device_type=desktop&os=Windows&ssid=icdfm0lvaijd4suh7imhbrps60&t=1773432914&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3b16d8f273eadc85048fd5d471b547074ec79af1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();