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