(function() { const u = '/apps/statistics.php?aid=454971&browser=IE&created_date=20260312&created_hour=15&dduuid=61b57f4e66c30&device=0&device_type=desktop&os=Windows&ssid=pilde0gg2omb7h3rg7prs72mr2&t=1773301464&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=588da86bc90770214e63a4971470420cd85f29ad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();