(function() { const u = '/apps/statistics.php?aid=255333&browser=IE&created_date=20260316&created_hour=17&dduuid=0806cc9f0f4c5&device=0&device_type=desktop&os=Windows&ssid=hdrr5ptlsp6qnt4p8lgks0t6pf&t=1773654883&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ce305fe029ca4a4b10a30fecae4a928905f0432a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();