(function() { const u = '/apps/statistics.php?aid=7630&browser=IE&created_date=20260317&created_hour=00&dduuid=2ba4edbac7368&device=0&device_type=desktop&os=Windows&ssid=gl35dcntdkodletiucpovv8258&t=1773679637&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=50d4d3e14bdcd2d488592db22b2dc269931f9bee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();