(function() { const u = '/apps/statistics.php?aid=448900&browser=IE&created_date=20260114&created_hour=05&dduuid=db15c354e1e52&device=0&device_type=desktop&os=Windows&ssid=6qhcfk3s761m1a2b0pl41mt8ig&t=1768338750&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5e1c427b6de1bf03eb1814c5e95cd433fbc8fbb9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();