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