(function() { const u = '/apps/statistics.php?aid=449503&browser=IE&created_date=20260125&created_hour=10&dduuid=da04da0118a0f&device=0&device_type=desktop&os=Windows&ssid=iq8qcvmdagmks7rnqh4vq2736k&t=1769309961&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=30fdd47ad63ef798d6b76364001189cda27525d5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();