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