(function() { const u = '/apps/statistics.php?aid=434174&browser=IE&created_date=20260312&created_hour=21&dduuid=0ccabdf0f6516&device=0&device_type=desktop&os=Windows&ssid=0vl96n9ig8i3dl8g6p5eum81i1&t=1773323372&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b5dfc0b858fac8f9c89ee8ad9512ed3e4c9fc4e3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();