(function() { const u = '/apps/statistics.php?aid=163081&browser=IE&created_date=20260303&created_hour=12&dduuid=e2b52907e63a1&device=0&device_type=desktop&os=Windows&ssid=8kiro1956el4l8b07oitnbg40h&t=1772512902&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9b18fe107f1010a5e9ff8748e331316ceb56c9c8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();