(function() { const u = '/apps/statistics.php?aid=817&browser=IE&created_date=20260315&created_hour=21&dduuid=805d1a2e5ab29&device=0&device_type=desktop&os=Windows&ssid=612a05ss5riqdo0fljcllloch2&t=1773582936&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a3054a90c2511dc2f1dd24ffab7cecf5b10d93b5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();