(function() { const u = '/apps/statistics.php?aid=455640&browser=IE&created_date=20260311&created_hour=07&dduuid=b2c63626192d9&device=0&device_type=desktop&os=Windows&ssid=6pim1supaudhl1prtoluemo0lr&t=1773184054&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=28805a08f47e9a2b596b50fbe1b0ed4ced323611&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();