(function() { const u = '/apps/statistics.php?aid=407113&browser=IE&created_date=20260310&created_hour=23&dduuid=06f7db431e225&device=0&device_type=desktop&os=Windows&ssid=i9pej4rdvftptarqre731hc4ts&t=1773158124&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0a265d3bdb71de9da6bf99d31760378449dd7b8f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();