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