(function() { const u = '/apps/statistics.php?aid=351263&browser=IE&created_date=20260312&created_hour=04&dduuid=a1e3b3fc1983c&device=0&device_type=desktop&os=Windows&ssid=797s2762ubhh8fmgn3p99uup70&t=1773262009&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fd4f72c2749150ba93d20b5a2d458da45510780d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();