(function() { const u = '/apps/statistics.php?aid=454547&browser=IE&created_date=20260201&created_hour=02&dduuid=00c65b2530daa&device=0&device_type=desktop&os=Windows&ssid=41s7g9qf69amq1ani1llova8i1&t=1769885966&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3ea3f50a1e73b1117e4207ea6219321b056ebd91&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();