(function() { const u = '/apps/statistics.php?aid=442400&browser=IE&created_date=20260304&created_hour=17&dduuid=ecbe748f823e1&device=0&device_type=desktop&os=Windows&ssid=v7p6idrq3cqdogmtnuj1oht1no&t=1772616861&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1055b6d5f2f38c0c35ec22bdd298ed8745c3276e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();