(function() { const u = '/apps/statistics.php?aid=454613&browser=IE&created_date=20260311&created_hour=09&dduuid=b1acea98d68f1&device=0&device_type=desktop&os=Windows&ssid=1und41sf00giol30j94r0m2cp6&t=1773192120&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=60fe5702498dc65a2ab8b71f328afef00e4fb485&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();