(function() { const u = '/apps/statistics.php?aid=412212&browser=IE&created_date=20260223&created_hour=20&dduuid=a95f0880321b8&device=0&device_type=desktop&os=Windows&ssid=h1rhudpdiqoe7qf86v7qcqnctu&t=1771851228&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e417377fcf4c0927a17d6226035f750e2d7cd229&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();