(function() { const u = '/apps/statistics.php?aid=455454&browser=IE&created_date=20260313&created_hour=02&dduuid=333cb406072fe&device=0&device_type=desktop&os=Windows&ssid=lbegoott9tbmltffgh1hraq18r&t=1773340693&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=806146b2a11ddf6b2c7680e5b2cd414b8d5231d7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();