(function() { const u = '/apps/statistics.php?aid=264500&browser=IE&created_date=20260315&created_hour=14&dduuid=a1160289ce76c&device=0&device_type=desktop&os=Windows&ssid=sdi9t5q5ebm84cb0trh5c4grj0&t=1773557813&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d0f3cf1761cd0e378fb7b834acec8ba252bba28a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();