(function() { const u = '/apps/statistics.php?aid=455438&browser=IE&created_date=20260313&created_hour=04&dduuid=9a54e0f0ac406&device=0&device_type=desktop&os=Windows&ssid=vbk2j5l3fs5t1p8od1hf6j5s60&t=1773346847&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2bcb2ca6b818efcb27bea93e4e6a75202b71aee4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();