(function() { const u = '/apps/statistics.php?aid=414388&browser=IE&created_date=20260310&created_hour=12&dduuid=f8795c287324d&device=0&device_type=desktop&os=Windows&ssid=1f63861et2c74b2738cjpm1ghc&t=1773118085&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8c6581e928eb473496a08df40fd6451b8580d472&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();