(function() { const u = '/apps/statistics.php?aid=450613&browser=IE&created_date=20260307&created_hour=16&dduuid=7b92ea73f1f80&device=0&device_type=desktop&os=Windows&ssid=69r9llhifdu0iuple2ve2ibpva&t=1772873089&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1fa839ae306e62ce536c6b796e924d3b03e97aa3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();