(function() { const u = '/apps/statistics.php?aid=360199&browser=IE&created_date=20260114&created_hour=10&dduuid=0d4d4611d5596&device=0&device_type=desktop&os=Windows&ssid=5e3g00fbasorfllvrh8od7t5g1&t=1768357251&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8a48b64b039e621f250320579f330a9d435ca30f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();