(function() { const u = '/apps/statistics.php?aid=451755&browser=IE&created_date=20260313&created_hour=04&dduuid=bcb9f0e7d2369&device=0&device_type=desktop&os=Windows&ssid=7m2doscef6aqgtop99e1hsi7un&t=1773346588&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=805085bcbf4ea81fc2d48b637be4a573e1e23e95&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();