(function() { const u = '/apps/statistics.php?aid=404341&browser=IE&created_date=20260303&created_hour=20&dduuid=9c91e93586f38&device=0&device_type=desktop&os=Windows&ssid=mq8nclah0vqo71ot54f5rrvlcd&t=1772540457&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3a6d32ffd04c3317e10eb5253669ca162ff86c60&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();