(function() { const u = '/apps/statistics.php?aid=451367&browser=IE&created_date=20260306&created_hour=11&dduuid=64bc2846522b1&device=0&device_type=desktop&os=Windows&ssid=smvae8m1o8ghe8p1aglb0ir672&t=1772766554&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=199fefabcdd2131e91e5a4605eb7c04e9a01509b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();