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