(function() { const u = '/apps/statistics.php?aid=319458&browser=IE&created_date=20260313&created_hour=10&dduuid=17942a9c0ab19&device=0&device_type=desktop&os=Windows&ssid=28i604t1k5h20fn0od50mq0laa&t=1773368883&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=047399fd15b9cbe1535f3391af5487d28d6474d1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();