(function() { const u = '/apps/statistics.php?aid=453540&browser=IE&created_date=20260310&created_hour=03&dduuid=c446879ed8dfb&device=0&device_type=desktop&os=Windows&ssid=uljas1e2dcu3tephvlubkh9qge&t=1773084363&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=541c8b1c43d47c38e0cbd67311f440b82f1ce609&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();