(function() { const u = '/apps/statistics.php?aid=445159&browser=IE&created_date=20260312&created_hour=11&dduuid=08bba7c954cc0&device=0&device_type=desktop&os=Windows&ssid=q18gkplaf2e3p7svvirtuk85a1&t=1773287911&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2987d439500e7ae9eeec2bf4130cb8702874ea13&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();