(function() { const u = '/apps/statistics.php?aid=448426&browser=IE&created_date=20260122&created_hour=05&dduuid=267f670797c22&device=0&device_type=desktop&os=Windows&ssid=8i1s87k2gfh7q3rkomklo27cdo&t=1769031553&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7c703a11fd50c646db211a67ba601aad04ed0386&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();