(function() { const u = '/apps/statistics.php?aid=435317&browser=IE&created_date=20260313&created_hour=13&dduuid=8997acb4ec28e&device=0&device_type=desktop&os=Windows&ssid=3qk5ocugdm3kp9ajunhe83m652&t=1773378706&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d9f4dd82a1a14fb20dc92736a9764bdd4ec1ea4b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();