(function() { const u = '/apps/statistics.php?aid=440394&browser=IE&created_date=20260308&created_hour=13&dduuid=4c80d4de7934a&device=0&device_type=desktop&os=Windows&ssid=jht44hv1el9ui6sppv9vbsveva&t=1772949205&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f4f934f8ec7dee1f742794eab92b111049b29c3c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();