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