(function() { const u = '/apps/statistics.php?aid=262688&browser=IE&created_date=20260119&created_hour=13&dduuid=87f978f21c02d&device=0&device_type=desktop&os=Windows&ssid=ageuvpdg32jrgp7nt037d37b6j&t=1768799050&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=76eceddb34e2f58c98fe6d7d3c055d6ea25e3b30&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();