(function() { const u = '/apps/statistics.php?aid=453907&browser=IE&created_date=20260226&created_hour=11&dduuid=1a94610c9d082&device=0&device_type=desktop&os=Windows&ssid=0frbhpu73ju7a10srdb5p818hl&t=1772077224&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=561182c0c41f5517c970387c6294ec5478b1ef9b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();