(function() { const u = '/apps/statistics.php?aid=454406&browser=IE&created_date=20260223&created_hour=22&dduuid=6ae88040e9bc5&device=0&device_type=desktop&os=Windows&ssid=a9balpp40m8e2hpe6r4fhcslfe&t=1771856650&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=88f13bd6c56bdcd0a7fc5e5720f325ecbd7c7f79&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();