(function() { const u = '/apps/statistics.php?aid=345918&browser=IE&created_date=20260306&created_hour=15&dduuid=e7ba79083ac28&device=0&device_type=desktop&os=Windows&ssid=cq4t6n5t0se2g9ha2liajt2t2o&t=1772780498&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9d1fa33997d852c438d34642bb90a06120e70365&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();