(function() { const u = '/apps/statistics.php?aid=455097&browser=IE&created_date=20260312&created_hour=06&dduuid=4629c3049d813&device=0&device_type=desktop&os=Windows&ssid=c7lab90kbhe3897isnm2jme5mr&t=1773269015&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d56fcab456fa1031224a4cb79d3d433100f5a49f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();