(function() { const u = '/apps/statistics.php?aid=454118&browser=IE&created_date=20260310&created_hour=01&dduuid=3c51a91b41698&device=0&device_type=desktop&os=Windows&ssid=5iej5ro8fdbp8oun8sstk1j7jj&t=1773076537&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c839223a283c575ca60d27d123b9f9c4ca2406f2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();