(function() { const u = '/apps/statistics.php?aid=454473&browser=IE&created_date=20260223&created_hour=22&dduuid=7b17c081885cc&device=0&device_type=desktop&os=Windows&ssid=gjhl8fmoonhptp9pausecef8ip&t=1771856592&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=042ae4328f008093fb714e5bd394a6cb1cb1b68b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();