(function() { const u = '/apps/statistics.php?aid=450164&browser=IE&created_date=20260312&created_hour=05&dduuid=4eb606f5f111d&device=0&device_type=desktop&os=Windows&ssid=rmfg3bg3rcvh6r7ghufqel8n9n&t=1773264974&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=69076e406e86414c65881cf7abf021428d9aeb86&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();