(function() { const u = '/apps/statistics.php?aid=455422&browser=IE&created_date=20260313&created_hour=04&dduuid=471485db93ac3&device=0&device_type=desktop&os=Windows&ssid=6r6poo3tbf3qfa6804rhao5at3&t=1773347907&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c913c630c88bb1f3dcd46fc2213de16e2334e8dc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();