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