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