(function() { const u = '/apps/statistics.php?aid=449429&browser=IE&created_date=20260308&created_hour=03&dduuid=92cf84cff7a01&device=0&device_type=desktop&os=Windows&ssid=6t0o0nukbhjjnq6dfraor03guu&t=1772911948&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1475256ebba5ade6ec552eba47581e1e449e793a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();