(function() { const u = '/apps/statistics.php?aid=17966&browser=IE&created_date=20260316&created_hour=09&dduuid=075f2a34eec03&device=0&device_type=desktop&os=Windows&ssid=hjomkm7ioep3m12d1dg7kfo8gq&t=1773624609&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=57cd51a86b89d8b4cbeb9c5197b1add056e909a4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();