(function() { const u = '/apps/statistics.php?aid=403125&browser=IE&created_date=20260125&created_hour=23&dduuid=c73d867d19e8b&device=0&device_type=desktop&os=Windows&ssid=21skdul9qisqhfmk6j172519r3&t=1769354324&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fb9aad0eee23c37f542e3fde726454ad2d0e7167&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();