(function() { const u = '/apps/statistics.php?aid=258667&browser=IE&created_date=20251223&created_hour=20&dduuid=f2bf3849f6eed&device=0&device_type=desktop&os=Windows&ssid=3ihfmm5b6gmdcs71qvspfrllk9&t=1766491289&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=54fa85d12c3c031e580ef2eb852c81e3aae74b3d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();