(function() { const u = '/apps/statistics.php?aid=396603&browser=IE&created_date=20251224&created_hour=10&dduuid=46aee9ed3c147&device=0&device_type=desktop&os=Windows&ssid=1e8tq2rp8lsgeckkfu7u786th5&t=1766542439&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1cbfccc5284c4fe3a6d70029205be81949d59fc8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();