(function() { const u = '/apps/statistics.php?aid=442075&browser=IE&created_date=20260304&created_hour=23&dduuid=637b1e6bf0c74&device=0&device_type=desktop&os=Windows&ssid=558vguhek3f6n6b6k0sufr6d21&t=1772637854&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e0227db74ff172efe19e61b11ea3eba3967e50d8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();