(function() { const u = '/apps/statistics.php?aid=165202&browser=IE&created_date=20260121&created_hour=22&dduuid=85c41d639fe39&device=0&device_type=desktop&os=Windows&ssid=7og8g9lm2rbcp8rtvfape36clk&t=1769007173&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2e901261ef88a87683b76c51a0fffa119d4e3bdd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();