(function() { const u = '/apps/statistics.php?aid=209719&browser=IE&created_date=20251226&created_hour=10&dduuid=6eb15282fb409&device=0&device_type=desktop&os=Windows&ssid=4d3604b3293icb9jtkfnoev905&t=1766716298&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=21e0196dd9486f453bbe663a72d96bae691a32b6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();