(function() { const u = '/apps/statistics.php?aid=443913&browser=IE&created_date=20260313&created_hour=18&dduuid=f1fcd4fb31e09&device=0&device_type=desktop&os=Windows&ssid=2t0lrham0puhgov7b9j9avlrhd&t=1773397496&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=215a4e88700cc5906fe2a0cde501e1aa24279a1e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();