(function() { const u = '/apps/statistics.php?aid=113151&browser=IE&created_date=20260304&created_hour=15&dduuid=9afe36d0570c6&device=0&device_type=desktop&os=Windows&ssid=ssd0ip0nflme182ggh00gnp096&t=1772609259&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c13e53e249ed2c16831ff5ca692493d90cd0a0f1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();