(function() { const u = '/apps/statistics.php?aid=270875&browser=IE&created_date=20260308&created_hour=06&dduuid=4e39c15224921&device=0&device_type=desktop&os=Windows&ssid=n52l8ju83641m0kihc3f2kr4lk&t=1772924002&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6b8d5376dbea456a1cd6720f05e325b0b6a0f064&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();