(function() { const u = '/apps/statistics.php?aid=450895&browser=IE&created_date=20260119&created_hour=13&dduuid=a208a8ec04cc4&device=0&device_type=desktop&os=Windows&ssid=2tfrt4rm9h3hco83mhpdle8hk6&t=1768800924&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ce6662b31dc5120b34c184202fd56938d7c91144&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();