(function() { const u = '/apps/statistics.php?aid=16101&browser=IE&created_date=20260224&created_hour=06&dduuid=89eae225edc0d&device=0&device_type=desktop&os=Windows&ssid=f36p6nq4ifd753m5f2gleproeo&t=1771886019&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=409f3c3bb26c7effdd6ad41e5ab93f23062f607c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();