(function() { const u = '/apps/statistics.php?aid=408603&browser=IE&created_date=20260312&created_hour=06&dduuid=e0117d7a87329&device=0&device_type=desktop&os=Windows&ssid=620tbsuihfodgu2i6qt7mjo3s4&t=1773268055&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4579cdb0b7853976f3100ef0f6bf21c3a6c7e4b1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();