(function() { const u = '/apps/statistics.php?aid=116843&browser=IE&created_date=20260115&created_hour=16&dduuid=f927fa197430a&device=0&device_type=desktop&os=Windows&ssid=cm7tj9hq3rccttpsfphigbfgcb&t=1768464175&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=df504e3cbaa1e336d5d1801321e45844dea20a27&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();