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