(function() { const u = '/apps/statistics.php?aid=412019&browser=IE&created_date=20260303&created_hour=12&dduuid=2a6cf19b74fac&device=0&device_type=desktop&os=Windows&ssid=53asc0ns7hcggbo589u63fc9be&t=1772513861&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c35e2b17d64e42a8ab7d7319dc29c1432da26454&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();