(function() { const u = '/apps/statistics.php?aid=291710&browser=IE&created_date=20260223&created_hour=19&dduuid=7fca82f442d8e&device=0&device_type=desktop&os=Windows&ssid=4t6pna7h69h449df5lidu25k0f&t=1771845287&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=088c7233e6cdd41f56717e94b9b97612eef0a0d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();