(function() { const u = '/apps/statistics.php?aid=455577&browser=IE&created_date=20260305&created_hour=14&dduuid=7cb8698fe91c2&device=0&device_type=desktop&os=Windows&ssid=8raoj2r67pi8j4t0c6rpksqgkk&t=1772692491&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d12b7e04eaf6f4c4c78693e53ae8c72cf098d544&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();