(function() { const u = '/apps/statistics.php?aid=452957&browser=IE&created_date=20260312&created_hour=14&dduuid=82963170a314e&device=0&device_type=desktop&os=Windows&ssid=0orbk4er8oo4kn0uktsb1n7pe4&t=1773296843&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f7e7a62462d83ba12345236ae9f01f1d9f351a2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();