(function() { const u = '/apps/statistics.php?aid=451274&browser=IE&created_date=20260306&created_hour=18&dduuid=be1bfe5db1ead&device=0&device_type=desktop&os=Windows&ssid=hfb2p7suor8g8e36j8rm774cd4&t=1772792220&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=08e868d4783e746b390a28d8e0adb67e215de6bd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();