(function() { const u = '/apps/statistics.php?aid=440396&browser=IE&created_date=20260308&created_hour=16&dduuid=0affdbafee415&device=0&device_type=desktop&os=Windows&ssid=qlq7lv667c9dn8rc7gm3njlcrv&t=1772960251&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e63f44cfb1e65d9009d0ac9a42c29831abbaac97&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();