(function() { const u = '/apps/statistics.php?aid=440240&browser=IE&created_date=20251224&created_hour=23&dduuid=15f92cd3db4f9&device=0&device_type=desktop&os=Windows&ssid=b1us3lscqa2jl408e2j2fl9g9s&t=1766588822&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=46c9c7f44581c1a9ed2a5bfb0383e3de83b4e809&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();