(function() { const u = '/apps/statistics.php?aid=402742&browser=IE&created_date=20251223&created_hour=03&dduuid=ed24ca96ddecb&device=0&device_type=desktop&os=Windows&ssid=f4293l8lbaim7hcp80h9jnmp86&t=1766433226&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=97efb7238bd3da1506011c1e087ebd332123e002&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();