(function() { const u = '/apps/statistics.php?aid=425044&browser=IE&created_date=20251220&created_hour=09&dduuid=3d75fc6ffb7f7&device=0&device_type=desktop&os=Windows&ssid=f3jc22i3fftqah2udf9omojnpg&t=1766194411&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=81d081ca576dd0b9de722b5068defddd0ee7eade&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();