(function() { const u = '/apps/statistics.php?aid=451458&browser=IE&created_date=20260225&created_hour=05&dduuid=5763e41ebf253&device=0&device_type=desktop&os=Windows&ssid=9pdlm5nocfh44r08466n6en8bm&t=1771967868&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=020eb80a3878e0a17bc37ef22bba357ca8cea465&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();