(function() { const u = '/apps/statistics.php?aid=447994&browser=IE&created_date=20260226&created_hour=12&dduuid=4c8cbe41798b5&device=0&device_type=desktop&os=Windows&ssid=d0voe143pe3664ig3tv89sosls&t=1772078763&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bee3dd2913e2d5aef7fe8c37f834ba9e6ad3f29c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();