(function() { const u = '/apps/statistics.php?aid=391904&browser=IE&created_date=20260310&created_hour=15&dduuid=46874c0bf8dfc&device=0&device_type=desktop&os=Windows&ssid=gbvfv1923lovsi4ggr3fotdgha&t=1773128097&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b09e64e4fdfc84b97bffedb51723683a8243eba1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();