(function() { const u = '/apps/statistics.php?aid=232048&browser=IE&created_date=20260226&created_hour=08&dduuid=1cf82da0457b6&device=0&device_type=desktop&os=Windows&ssid=a9eogan42r140dqvqtc13o2u1d&t=1772065183&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=35b6b8f1a9ca6076288b44971eaf8b0aa0504a2b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();