(function() { const u = '/apps/statistics.php?aid=262596&browser=IE&created_date=20251223&created_hour=18&dduuid=f8b5aa0b37d4d&device=0&device_type=desktop&os=Windows&ssid=89eg6nhda7cgl6gbgv1fv8h6da&t=1766484695&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=36ae9cc485d70366931770d38127c89d9324ecd5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();