(function() { const u = '/apps/statistics.php?aid=207366&browser=IE&created_date=20260114&created_hour=08&dduuid=ef0d6952f8ad4&device=0&device_type=desktop&os=Windows&ssid=q7r3jn44aqgh5te4ng6ga8thl1&t=1768351414&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0effb83dd1174cff5c1aea9f76aba515810dedce&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();