(function() { const u = '/apps/statistics.php?aid=426476&browser=IE&created_date=20260125&created_hour=04&dduuid=10940d90bb1e0&device=0&device_type=desktop&os=Windows&ssid=lb0b4v2oqhkst45e2d0op964gt&t=1769285349&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ea81300373ae7bdac7b33ea1078b13a851568354&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();