(function() { const u = '/apps/statistics.php?aid=352350&browser=IE&created_date=20260311&created_hour=05&dduuid=a8a0b05224977&device=0&device_type=desktop&os=Windows&ssid=htl8rlcp29raq70bc06e7fs961&t=1773178658&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=05a7d4d0afacc9170f6bfe40afa80552bb3c57b5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();