(function() { const u = '/apps/statistics.php?aid=451309&browser=IE&created_date=20260311&created_hour=10&dduuid=e37f1e5eb8bc1&device=0&device_type=desktop&os=Windows&ssid=iusdpgeea9sg4ur5erae2mmn9s&t=1773194621&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a9522757dd45eab3aa1821faa6042a7a4d8f56ae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();