(function() { const u = '/apps/statistics.php?aid=209242&browser=IE&created_date=20251228&created_hour=09&dduuid=f99381d442880&device=0&device_type=desktop&os=Windows&ssid=p5qb426i680lq3fgglv2nnj696&t=1766886134&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1cc1c44562ca3dc5f4a7f9f16da93aa1578f0966&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();