(function() { const u = '/apps/statistics.php?aid=240633&browser=IE&created_date=20260226&created_hour=07&dduuid=419c7f60b24a4&device=0&device_type=desktop&os=Windows&ssid=d7ljm2ttq5qbgki0s8a6t9nrlr&t=1772062805&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c8c99212785c2fca966f0c9cf308c5df84930f2c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();