(function() { const u = '/apps/statistics.php?aid=452417&browser=IE&created_date=20260305&created_hour=21&dduuid=6f5845e8bbe3b&device=0&device_type=desktop&os=Windows&ssid=3k7hj2fakpsq5j39sbiouf6diq&t=1772718199&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e8d67da753493fac89068825c53d0658da3a2e8a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();