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