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