(function() { const u = '/apps/statistics.php?aid=452499&browser=IE&created_date=20260311&created_hour=23&dduuid=b912b3f7091b7&device=0&device_type=desktop&os=Windows&ssid=78tijotgrqhm98r2f25lon59kk&t=1773243106&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=82b70cfcab4017a393ff10556e789c9e0e227dec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();