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