(function() { const u = '/apps/statistics.php?aid=455919&browser=IE&created_date=20260310&created_hour=14&dduuid=4fd7fbf6c6df0&device=0&device_type=desktop&os=Windows&ssid=97vrgl2vo2m2rltil42jjeapgm&t=1773123763&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b8e827a89e216550ca9daa6bf6dbd5838e3a747b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();