(function() { const u = '/apps/statistics.php?aid=113159&browser=IE&created_date=20260304&created_hour=07&dduuid=10f6346f1c259&device=0&device_type=desktop&os=Windows&ssid=vmts4h7tu97qvmpim07lpujhh1&t=1772579549&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2bcc616cc3c21f273f7dd32a92840d56d3b1cf3f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();