(function() { const u = '/apps/statistics.php?aid=7495&browser=IE&created_date=20260314&created_hour=01&dduuid=7a19c49f89f5c&device=0&device_type=desktop&os=Windows&ssid=7fgfhk2gbkogo8l9meq6hbqans&t=1773423055&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=25af07c0426b24c9707ad1b955a39df042ae5a63&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();