(function() { const u = '/apps/statistics.php?aid=448347&browser=IE&created_date=20260110&created_hour=13&dduuid=04f80abad6d84&device=0&device_type=desktop&os=Windows&ssid=lvcngdso5b4esq6urrnde52sat&t=1768023575&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ca174c96fdc7768d6aef199fa081c6a583b4d17f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();