(function() { const u = '/apps/statistics.php?aid=448258&browser=IE&created_date=20260310&created_hour=08&dduuid=9cc8c67a16f96&device=0&device_type=desktop&os=Windows&ssid=24jci7fou8qm6k4quqg9oh2vnq&t=1773101143&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6ff5c9e66cab3e70723b0b6b43699a7e9df6e5e2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();