(function() { const u = '/apps/statistics.php?aid=435732&browser=IE&created_date=20251230&created_hour=17&dduuid=20149ee1071ac&device=0&device_type=desktop&os=Windows&ssid=rm8oad48t18q1hrf4ljs4h5530&t=1767085632&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b13f5f5f6500e75477b1619609e9b899e35f91a7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();