(function() { const u = '/apps/statistics.php?aid=455358&browser=IE&created_date=20260308&created_hour=12&dduuid=d34d9c0331fa5&device=0&device_type=desktop&os=Windows&ssid=e37n8frq0bsm0ft0mji2l9nstt&t=1772943124&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9a12e29b8a37e3e65d39816925633afdb34b9d04&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();