(function() { const u = '/apps/statistics.php?aid=453865&browser=IE&created_date=20260312&created_hour=03&dduuid=16e5144b19959&device=0&device_type=desktop&os=Windows&ssid=efrnd1bi21085gi0o7pid2rf9s&t=1773257226&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=97031fe5d9d455d56ba38646a701746b2b9c3595&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();