(function() { const u = '/apps/statistics.php?aid=12262&browser=IE&created_date=20260121&created_hour=15&dduuid=9f24de43671d7&device=0&device_type=desktop&os=Windows&ssid=i3cs16qb3tb4k06e2kaninu38d&t=1768982067&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=57d70cee01a77dc995124cb7b0dcde9e7b614919&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();