(function() { const u = '/apps/statistics.php?aid=453807&browser=IE&created_date=20260312&created_hour=06&dduuid=49b3faa3b2eed&device=0&device_type=desktop&os=Windows&ssid=fnpndg64lj2nav28r8okkj7la2&t=1773268017&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8c111c22573dc1f5dce310762fe77587855957c5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();