(function() { const u = '/apps/statistics.php?aid=255340&browser=IE&created_date=20260316&created_hour=16&dduuid=f18e017e2b6bf&device=0&device_type=desktop&os=Windows&ssid=5hkml5tacqje479brgp6q7avhc&t=1773649845&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ad283a2a9157c454c82cada94e4b5a8f8e72f2a2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();