(function() { const u = '/apps/statistics.php?aid=455748&browser=IE&created_date=20260304&created_hour=11&dduuid=4c4e1bd3c8757&device=0&device_type=desktop&os=Windows&ssid=8bt8mmouedeucosjm2eavf8p4s&t=1772594585&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7ac66e31a7bc89f99d366bd6d69c0217d5dfaeee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();