(function() { const u = '/apps/statistics.php?aid=86425&browser=IE&created_date=20260308&created_hour=04&dduuid=2bcd5d90b5376&device=0&device_type=desktop&os=Windows&ssid=q6h7mj27vtus6mt6mj416olfq6&t=1772915830&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=63a797f7a631594bcb433789d0f84fc3a8f2c222&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();