(function() { const u = '/apps/statistics.php?aid=399409&browser=IE&created_date=20260308&created_hour=06&dduuid=df6253246980a&device=0&device_type=desktop&os=Windows&ssid=faj5dbr4for10d1nhr6ar9opg7&t=1772921994&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=92ff298d32e6c8f285a9e7475522f3540fb505be&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();