(function() { const u = '/apps/statistics.php?aid=209873&browser=IE&created_date=20251225&created_hour=20&dduuid=0fc390577663a&device=0&device_type=desktop&os=Windows&ssid=0us1p6mnj27cmkjkd1dpj0rcab&t=1766666237&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=133dcf07daac42d84196989d11f7ee4531612734&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();