(function() { const u = '/apps/statistics.php?aid=396955&browser=IE&created_date=20260130&created_hour=20&dduuid=d69f69f2c0865&device=0&device_type=desktop&os=Windows&ssid=ffchc2ous7qvb69bg10uprqa9n&t=1769776304&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=658c5fb0f9fee40b6fdb6fd0b4cd3f98dddb5983&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();