(function() { const u = '/apps/statistics.php?aid=347112&browser=IE&created_date=20260312&created_hour=20&dduuid=f64dcadfa6354&device=0&device_type=desktop&os=Windows&ssid=e1oak4jroep4gbl5jn5tiraadj&t=1773320158&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d5004787edabcdd3b1e19a35f41033c1abd97a73&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();