(function() { const u = '/apps/statistics.php?aid=353116&browser=IE&created_date=20251227&created_hour=06&dduuid=47bf2e1abcc08&device=0&device_type=desktop&os=Windows&ssid=0lpcfqtt6e36mca7cgcm0821oh&t=1766789779&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=501d517d47422da9d0519ba54fa6e86b0093edbb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();