(function() { const u = '/apps/statistics.php?aid=443210&browser=IE&created_date=20260313&created_hour=05&dduuid=7d62c902125c4&device=0&device_type=desktop&os=Windows&ssid=8d4jjn23plkarsi37600cf2uis&t=1773349572&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4772aced1632733a56a63e231eca22c8648e16e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();