(function() { const u = '/apps/statistics.php?aid=11369&browser=IE&created_date=20260317&created_hour=00&dduuid=b9f073bedef43&device=0&device_type=desktop&os=Windows&ssid=1ehnhelmuao34de6dulvjm222q&t=1773678818&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dea1444f7960f9a8d415fbe138a5893ba4f47c09&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();