(function() { const u = '/apps/statistics.php?aid=409806&browser=IE&created_date=20260304&created_hour=23&dduuid=d239299bfde40&device=0&device_type=desktop&os=Windows&ssid=8070g3td04q9ch5ml6gtiitjtb&t=1772636805&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=99d121391498a6b42f51434c8a2ed2f4a946832d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();