(function() { const u = '/apps/statistics.php?aid=448171&browser=IE&created_date=20260315&created_hour=05&dduuid=4f156d9d4466c&device=0&device_type=desktop&os=Windows&ssid=67ds07o95rbs261e93g7kc03iv&t=1773524995&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8a1a2421e3ed5fa14a5fe2cd3c1f8bf7cee323dc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();