(function() { const u = '/apps/statistics.php?aid=449241&browser=IE&created_date=20260226&created_hour=17&dduuid=1a6a835523400&device=0&device_type=desktop&os=Windows&ssid=7u9ld9fhrhsc4k4b829vc4nh2h&t=1772097276&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=18e6398f81417614f4928e849516367fe0925657&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();