(function() { const u = '/apps/statistics.php?aid=405936&browser=IE&created_date=20260114&created_hour=17&dduuid=2793ed87b40d9&device=0&device_type=desktop&os=Windows&ssid=scp8ukb3li0q9btbjljk9p5n5i&t=1768382062&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5280e3b1ce182e1196c15b6d42915fc252a6c6a1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();