(function() { const u = '/apps/statistics.php?aid=353136&browser=IE&created_date=20260213&created_hour=09&dduuid=9059f3d63f770&device=0&device_type=desktop&os=Windows&ssid=fn1a1put5a3s5ob2k65gacqt04&t=1770947602&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dce96f240ebb1ae594dd5d0b2b71a14926ffb756&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();