(function() { const u = '/apps/statistics.php?aid=348591&browser=IE&created_date=20260102&created_hour=00&dduuid=6441acd212eb2&device=0&device_type=desktop&os=Windows&ssid=68f7larnqdvpn1d4b6m47ondmf&t=1767286005&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=839e0b541192db0942d8426b00d0e34b91497a2c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();