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