(function() { const u = '/apps/statistics.php?aid=269303&browser=IE&created_date=20260118&created_hour=01&dduuid=9ad7bd4655476&device=0&device_type=desktop&os=Windows&ssid=vahlvbr5ie6qr8do7iag9cto1l&t=1768672484&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8246df931cc53752325aba0b0f807eebc976eb0f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();