(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260131&created_hour=23&dduuid=a43ea78f0a05c&device=0&device_type=desktop&os=Windows&ssid=ce9m4su22etg1go0eoj495jtln&t=1769872009&typeid=27&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8ea288a3ed688b841242c52d68e54112bff49e71&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();