(function() { const u = '/apps/statistics.php?aid=210390&browser=IE&created_date=20260223&created_hour=11&dduuid=97d93dd29f42c&device=0&device_type=desktop&os=Windows&ssid=gfhe9bi0i26jkq7l0l9j6tprbv&t=1771817294&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=060906518df1568f4c8a9167733cb3838c4b6036&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();