(function() { const u = '/apps/statistics.php?aid=257385&browser=IE&created_date=20260120&created_hour=04&dduuid=501e40b34f16f&device=0&device_type=desktop&os=Windows&ssid=eemg0s4bcqk1d53jotkf16c4gd&t=1768856019&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5ab34281f3d221e32813353cdd6e9c036de7d873&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();