(function() { const u = '/apps/statistics.php?aid=416075&browser=IE&created_date=20260313&created_hour=05&dduuid=ddee60ec40e4e&device=0&device_type=desktop&os=Windows&ssid=4osc8u2at8696b2q3ljhur6cr3&t=1773351291&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=572ed58018b295251081651a3af1b132525020ed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();