(function() { const u = '/apps/statistics.php?aid=375470&browser=IE&created_date=20260305&created_hour=13&dduuid=fc1ac2286322a&device=0&device_type=desktop&os=Windows&ssid=71c3hbv1b0dbchol0kgfreofaa&t=1772687887&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6bee35b6f286c5279402d4c94903efd2e9ea81b5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();