(function() { const u = '/apps/statistics.php?aid=249913&browser=IE&created_date=20251222&created_hour=17&dduuid=d9581a4c6568c&device=0&device_type=desktop&os=Windows&ssid=6o93172bvjguhafc4pnld9hnfo&t=1766396231&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f31f261a860e07d0a8b1132658a1a9b0e05c12b4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();