(function() { const u = '/apps/statistics.php?aid=75694&browser=IE&created_date=20260303&created_hour=23&dduuid=ccd03240334f6&device=0&device_type=desktop&os=Windows&ssid=8bb9alqvjv0rb5q8v6otvd0sjo&t=1772550834&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=06683173409c9623b93ed7d262b95e1baf296748&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();