(function() { const u = '/apps/statistics.php?aid=419253&browser=IE&created_date=20260306&created_hour=02&dduuid=9ba0ca080db1b&device=0&device_type=desktop&os=Windows&ssid=r8aohjov9q693l0m5r7gs6neg9&t=1772735451&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=71599140bb32c7799b1c124e014f7116cf8a97e3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();