(function() { const u = '/apps/statistics.php?aid=435763&browser=IE&created_date=20251227&created_hour=20&dduuid=425a2b237f9a5&device=0&device_type=desktop&os=Windows&ssid=16bih29clqs42h3ghdk2bsd45d&t=1766839648&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2ea07ade03f0abe4e1e0d77f460990f8d5e3346d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();