(function() { const u = '/apps/statistics.php?aid=453519&browser=IE&created_date=20260311&created_hour=07&dduuid=433bdb0cbdf19&device=0&device_type=desktop&os=Windows&ssid=9ikm1rqrb851ns3uko9q2qcgmj&t=1773186695&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7f1d2c1f486466c8e2a80c5d40e070a6a1b1dfc6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();