(function() { const u = '/apps/statistics.php?aid=210043&browser=IE&created_date=20260224&created_hour=13&dduuid=5b8cb1b50c0f2&device=0&device_type=desktop&os=Windows&ssid=ij1e9nal5u2mqosgr23ri5lhoh&t=1771909359&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7ce7c3d879f5e9d884ee85b66fd3218d0bbd3164&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();