(function() { const u = '/apps/statistics.php?aid=450205&browser=IE&created_date=20260312&created_hour=02&dduuid=b399374d57097&device=0&device_type=desktop&os=Windows&ssid=8ccr649cc34as58vhtqhma59vl&t=1773253060&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=58ae2f3e249915a1e95fda6498d7a44f2172f770&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();